[新增] 流程批量同意 不同意

This commit is contained in:
bupengxiang
2023-05-12 11:37:31 +08:00
parent 5f55dba784
commit 92f76a3440
22 changed files with 51 additions and 11 deletions
@@ -40,6 +40,10 @@ public class UserVO {
private String email;
private String usname;
/**
* levelId
*/
private String levelId;
/**
* 角色列表
@@ -51,7 +51,8 @@
</resultMap>
<resultMap id="UserRoleMap" extends="BaseResultMap" type="com.adc.da.sys.entity.UserEO">
<result column="usname" property="usname"></result>
<result column="usname" property="usname"/>
<result column="LEVEL_ID" property="levelId"/>
<collection property = "roleIdList" ofType="string">
<id column="id" />
</collection>