xuhy
2 天以前 dda2e3f49fe9c942fb6a487204ff8c8e66e46a12
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -142,6 +142,16 @@
    @TableField("sign_picture")
    private String signPicture;
    @ApiModelProperty(value = "用户唯一标识")
    @TableField("userIdentification")
    private String userIdentification;
    @ApiModelProperty(value = "继承账号id")
    @TableField("parentId")
    private Long parentId;
    @ApiModelProperty(value = "继承账号")
    @TableField("parentAccount")
    private String parentAccount;
    public Integer getRoleType() {
        return roleType;
    }