Commit 1aa70c8c authored by 秦俊坤's avatar 秦俊坤

新增创建子产品 SKU RPC 接口

parent 448af7d7
...@@ -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