Commit 6b1c006b authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents cd459c66 1aa70c8c
...@@ -109,4 +109,10 @@ interface ProductChildServiceInterface ...@@ -109,4 +109,10 @@ interface ProductChildServiceInterface
*/ */
public function getIdsByCategoryId(int $categoryId, int $limit = null); public function getIdsByCategoryId(int $categoryId, int $limit = null);
/**
* 创建对应的子产品
* @param array $childDetails
* @return array
*/
public function createChildrenProducts(array $childDetails): array;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment