Commit 8b74cede authored by  林继鑫's avatar 林继鑫

工厂备货增加 rpc方法

parent 38c093e5
...@@ -20,4 +20,11 @@ interface FactoryProductServiceInterface ...@@ -20,4 +20,11 @@ interface FactoryProductServiceInterface
*/ */
public function insertFactoryStockData($insertData); public function insertFactoryStockData($insertData);
/**
* 判断是否存在导入产品sku,如果有 则展示工厂导入产品的列表
* @param $factory_id
*/
public function isExistFactoryProduct($factory_id);
} }
\ No newline at end of file
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