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

新增生产系统rpc方法

parent 77524c44
......@@ -283,4 +283,11 @@ interface ProductionServiceInterface
* 获取跟单员、订单类型、合作方式
*/
public function getProductionOrderMember();
/**
* 通过订单号获取备货计划信息
* @param $ProductionOrders
*/
public function getStockPlanInfo($ProductionOrders);
}
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