Commit 109242dd authored by carlos's avatar carlos

获取审批用户列表

parent eea34008
...@@ -66,4 +66,11 @@ interface FlowServiceInterface ...@@ -66,4 +66,11 @@ interface FlowServiceInterface
* @param $flowCode * @param $flowCode
*/ */
public function getUserApprovalCodes($user_id, $flowCode); public function getUserApprovalCodes($user_id, $flowCode);
/**
* Notes: 获取审批用户列表
* User: carlos
* DateTime: 2023/1/30 14:11
*/
public function getApprovalUserList($flowCode);
} }
\ 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