hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java
@@ -119,15 +119,19 @@ /** 角色对象 */ @TableField(exist = false) private List<SysRole> roles; /** 角色组 */ @TableField(exist = false) private Long[] roleIds; /** 岗位组 */ @TableField(exist = false) private Long[] postIds; /** 角色ID */ @TableField(exist = false) private Long roleId; @JsonIgnore