mitao
2024-07-29 f974ff6023c32070d38012c6177f59a771c421c0
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysUser.java
@@ -139,10 +139,8 @@
    @ApiModelProperty(value = "角色名称")
    @TableField(exist = false)
    private String roleName;
    @ApiModelProperty(value = "是否为拍卖师 1=否 2=是")
    @TableField(exist = false)
    private Integer isAuctioneer;
    @Override
    public String getRemark() {
        return remark;