Commit 3cc0fd4f authored by 王源's avatar 王源 🎧

Merge branch 'rpc/product' into test

parents 9f676c60 94be0d83
......@@ -100,4 +100,13 @@ interface ProductChildServiceInterface
*/
public function getIdsByChildSku(string $childSku, array $limitIds = null);
/**
* 根据主sku品类id获取仓库子sku的id数组
* @param int $categoryId
* @param int|null $limit
* @return array
* @author Zero
*/
public function getIdsByCategoryId(int $categoryId, int $limit = null);
}
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