Commit 476a6b4b authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent 25910962
......@@ -10,7 +10,6 @@ interface FactoryProductServiceInterface
/**
* 运营端-工厂库存
* @param $params
* @return array
*/
public function productStockList($params);
......@@ -18,7 +17,6 @@ interface FactoryProductServiceInterface
/**
* 插入工厂库存数据
* @param $insertData
* @return bool
*/
public function insertFactoryStockData($insertData);
......
......@@ -418,4 +418,13 @@ interface ProductServiceInterface
* @return array
*/
public function getProductsByChildSkuList(array $skuList, array $relations = [], array $columns = ['*']):array;
/**
* 通过产品id,获取子sku
* @param array $productList
* @param array $relations
* @param array|string[] $columns
* @return array
*/
public function getChildSkuByProductsLst(array $productList, array $relations = [], array $columns = ['*']):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