fix
Helius
2022-07-12 c331c21472fa85fd7b6c7847c82722b6e35cb533
src/main/java/com/xcong/farmer/cms/modules/system/entity/UserEntity.java
@@ -47,8 +47,11 @@
    //拓展备注
    private String remark;
    //所属ID
    private Long belongId;
    private Long companyId;
    @TableField(exist = false)
    private String roleName;
    @TableField(exist = false)
    private Long roleId;
}