[新增] 流程批量同意 不同意
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user