Commit fb493800 authored by 王源's avatar 王源 🎧

Merge branch 'production-rpc' into test

parents 3543942c cd0e7fac
......@@ -12,6 +12,13 @@ interface ProductionServiceInterface
*/
public function stockUpTask($production_no);
/**
* 通过入库单id获取相关数据
* @param array $warehousingOrderIds 默认去重
* @return array 默认keyBy
*/
public function getInfoForWarehousingOrder(array $warehousingOrderIds);
/**
* 查询备货计划中是否用过仓库子产品
* @param array $ids 仓库子产品id数组,默认去重
......
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