Commit 5043410a authored by carlos's avatar carlos

审批rpc接口

parent 2f9436e8
...@@ -18,4 +18,17 @@ interface FlowServiceInterface ...@@ -18,4 +18,17 @@ interface FlowServiceInterface
* @throws \Exception * @throws \Exception
*/ */
public function createApproval($params); public function createApproval($params);
/**
* Notes: 审批
* User: carlos
* DateTime: 2022/11/10 9:16
* @param $params
* [
* 'code' => '', //来源单号
* 'user_id' => '', //审批人
* 'params' => '',//审批参数
* ]
*/
public function approval($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