“djh”
2 days ago aad364bb323a1eaa0389ee5c6389bdc0ea7ed526
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