Commit 5fb6dc55 authored by  林继鑫's avatar 林继鑫

工厂备货 rpc

parent 6d95f294
...@@ -242,4 +242,11 @@ interface FactoryServiceInterface ...@@ -242,4 +242,11 @@ interface FactoryServiceInterface
public function getApportionListByProductionNo(array $productionNo,$columns=['*'],$with=[]); public function getApportionListByProductionNo(array $productionNo,$columns=['*'],$with=[]);
/**
* 判断是否为工厂的sku
* @param $params
*/
public function isFactoryWithSku($params);
} }
\ 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