Loading src/Service/Interfaces/Flow/FlowServiceInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/Service/Interfaces/Flow/FlowServiceInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -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