44323
2024-05-22 2885941cf88da7397f2e641e383a26337f3c2b03
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysUser.java
@@ -41,8 +41,10 @@
    @ApiModelProperty(value = "部门id")
    @TableField("dept_id")
    private Long deptId;
    @TableField(exist = false)
    @ApiModelProperty(value = "所属部门")
    private String deptName;
    @TableField(exist = false)
    @ApiModelProperty(value = "所属权限")
    private String roleName;
    /** 用户账号 */