Commit 6b3e627b authored by carlos's avatar carlos

收货rpc

parent 108eae3d
...@@ -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