Commit b1fd6346 authored by carlos's avatar carlos

工厂确认收货rpc接口

parent 6b3e627b
...@@ -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
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