Commit 5888139f authored by zhangdongying's avatar zhangdongying

新增RPC

parent fe55976e
......@@ -515,5 +515,12 @@ interface ProductServiceInterface
*/
public function getSize($sizeIds,array $columns = ['id', 'name']);
/**
* 是否产品维护了所有生产信息
*
* @param int $productId 仓库主产品ID
* @param array $childProductIds 仓库子产品ID
* @return bool
*/
public function checkAllProductionInfoByProduct(int $productId, array $childProductIds = []): bool;
}
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