Commit 3210515c authored by 王源's avatar 王源 🎧

生产服务添加通过生产单号获取生产单产品数据方法和仓库返工出库回调方法;

parent 728b9404
...@@ -51,4 +51,21 @@ interface ProductionServiceInterface ...@@ -51,4 +51,21 @@ interface ProductionServiceInterface
*/ */
public function searchUsedPlatformProductChildId($ids); public function searchUsedPlatformProductChildId($ids);
/**
* 通过生产单号获取生产单产品数据
* @param $productionNo
* @return array
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function getProductionProductInfoByNo($productionNo): array;
/**
* 仓库返工出库回调
* @param array $params
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function exWarehouseCallback(array $params);
} }
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