Commit 471b3c65 authored by 王源's avatar 王源 🎧

Merge branch 'production' into develop

parents 4cb6979b 3210515c
...@@ -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