Commit 25910962 authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent 1a72c050
......@@ -14,4 +14,12 @@ interface FactoryProductServiceInterface
*/
public function productStockList($params);
/**
* 插入工厂库存数据
* @param $insertData
* @return bool
*/
public function insertFactoryStockData($insertData);
}
\ 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