Commit 05ab3ec5 authored by  林继鑫's avatar 林继鑫

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

parents 40209e1f b1fd6346
......@@ -110,4 +110,11 @@ interface FactoryServiceInterface
* DateTime: 2022/9/29 9:52
*/
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
*/
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