Commit 28de9ff6 authored by gongyuanbiao's avatar gongyuanbiao

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents c6a6b7f3 471b3c65
...@@ -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