Commit 67ff7fa4 authored by carlos's avatar carlos

接单、返修rpc接口

parent cd992ab9
...@@ -35,4 +35,23 @@ interface ExternalProductionServiceInterface ...@@ -35,4 +35,23 @@ interface ExternalProductionServiceInterface
*/ */
public function productionView($id); public function productionView($id);
/**
* Notes: 小货接单
* User: carlos
* DateTime: 2022/11/16 14:53
* @param $params
*/
public function ordering($params);
/**
* Notes: 确认返修
* User: carlos
* DateTime: 2022/11/16 15:00
* @param $params
*/
public function repair($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