Commit 507e00b3 authored by 王源's avatar 王源 🎧

生产管理添加查询是否用过子产品rpc方法

parent 1324ee3d
......@@ -12,4 +12,18 @@ interface ProductionServiceInterface
*/
public function stockUpTask($production_no);
/**
* 查询备货计划中是否用过仓库子产品
* @param array $ids 仓库子产品id数组,默认去重
* @return array 返回用过的id数组
*/
public function searchUsedProductChildId($ids);
/**
* 查询备货计划中是否用过平台子产品
* @param array $ids 平台子产品id数组,默认去重
* @return array 返回用过的id数组
*/
public function searchUsedPlatformProductChildId($ids);
}
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