Commit 4f8708df authored by carlos's avatar carlos

获取审批详情

parent 5043410a
......@@ -27,8 +27,18 @@ interface FlowServiceInterface
* [
* 'code' => '', //来源单号
* 'user_id' => '', //审批人
* 'line_code' => '',//审批节点编码
* 'approval' => '', // 审批结果 通过、拒绝 pass reject
* 'params' => '',//审批参数
* ]
*/
public function approval($params);
/**
* Notes: 获取审批详情
* User: carlos
* DateTime: 2022/11/14 14:10
* @param $code
*/
public function getApprovalDetail($code);
}
\ 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