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

工厂端增加rpc方法

parent 79f15d0e
...@@ -329,4 +329,12 @@ interface FactoryServiceInterface ...@@ -329,4 +329,12 @@ interface FactoryServiceInterface
* @return array * @return array
*/ */
public function getProductionApportionInfo($orderNoArr,$type = 1); public function getProductionApportionInfo($orderNoArr,$type = 1);
/**
* 获取二级工厂分派员
* @param $deliverNos
*/
public function getApportionFactory($deliverNos);
} }
\ 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