Commit 429b9f1e authored by carlos's avatar carlos

外工厂备货sku查询

parent be9b7355
......@@ -285,4 +285,20 @@ interface ProductServiceInterface
* @return array
*/
public function getChildProductsByProductFilter($filters, $childProductFields = ['*']): array;
/**
* Notes: 通过站点和团队获取仓库主sku列表
* User: linjixin
* DateTime: 2022/11/7 11:12
*/
public function getSkuListByTeamAndSite($params);
/**
* Notes: 通过仓库主sku获取子sku属性
* User: linjixin
* DateTime: 2022/11/7 11:13
*/
public function getChildSkuByStoreSku($params);
}
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