diff --git a/app/admin/logic/store_product/StoreProductLogic.php b/app/admin/logic/store_product/StoreProductLogic.php index 927b33641..42ac6365c 100644 --- a/app/admin/logic/store_product/StoreProductLogic.php +++ b/app/admin/logic/store_product/StoreProductLogic.php @@ -145,4 +145,12 @@ class StoreProductLogic extends BaseLogic } } } + + public static function copy($id){ + $find= StoreProduct::findOrEmpty($id); + if($find){ + + } + + } } diff --git a/app/common/model/store_branch_product/StoreBranchProduct.php b/app/common/model/store_branch_product/StoreBranchProduct.php new file mode 100644 index 000000000..c4981c55e --- /dev/null +++ b/app/common/model/store_branch_product/StoreBranchProduct.php @@ -0,0 +1,22 @@ +