Commit c2153a09 authored by Liu lu's avatar Liu lu

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

parents 2cbd2c23 a3bb2266
......@@ -41,4 +41,13 @@ interface FlowServiceInterface
* @param $params
*/
public function getApprovalDetail($params);
/**
* Notes: 取消审批
* User: carlos
* DateTime: 2022/11/24 18:16
* @param $params
* @return mixed
*/
public function cancelApproval($params);
}
\ No newline at end of file
......@@ -134,4 +134,13 @@ interface FactoryServiceInterface
* DateTime: 2022/11/21 19:03
*/
public function shortageProcess($delivery_no, $shortageProduct);
/**
* Notes: 退回返修
* User: carlos
* DateTime: 2022/11/23 11:43
* @param $params
*/
public function repairReturn($delivery_no, $repairProducts);
}
\ 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