Commit 0f265198 authored by Liu lu's avatar Liu lu

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

parents ffb609e9 b1fd6346
...@@ -110,4 +110,11 @@ interface FactoryServiceInterface ...@@ -110,4 +110,11 @@ interface FactoryServiceInterface
* DateTime: 2022/9/29 9:52 * DateTime: 2022/9/29 9:52
*/ */
public function finishProductionOrder($orderSn); public function finishProductionOrder($orderSn);
/**
* Notes: 确认收货
* User: carlos
* DateTime: 2022/11/21 14:14
*/
public function confirmDelivery($params);
} }
\ No newline at end of file
...@@ -156,4 +156,17 @@ interface ProductionServiceInterface ...@@ -156,4 +156,17 @@ interface ProductionServiceInterface
*/ */
public function getStockUpOrder($code): array; public function getStockUpOrder($code): array;
/**
* Notes: 收货
* User: carlos
* DateTime: 2022/11/21 10:34
* [
* 'delivery_no' => '', //发货单号
* 'package_num' => , //收到包裹数量
* 'user_id' => '', //收货人id
* 'user_name' => '', //收货人姓名
* ]
*/
public function confirmDelivery($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