Commit 12d3d88b authored by carlos's avatar carlos

创建异常rpc接口

parent 2ab45369
......@@ -177,4 +177,11 @@ interface ProductionServiceInterface
*/
public function cancelDelivery($delivery_no);
/**
* Notes: 创建生产异常单
* User: carlos
* DateTime: 2022/11/21 16:36
*/
public function createProductionException($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