wang-hao-jie
2021-11-11 47ae9468857e0a13d91fc5e8c126246b80cfda62
xboot-core/src/main/java/cn/exrick/xboot/core/entity/User.java
@@ -80,9 +80,12 @@
    @ApiModelProperty(value = "用户头像")
    private String avatar = CommonConstant.USER_DEFAULT_AVATAR;
    @ApiModelProperty(value = "用户类型 0普通用户 1管理员")
    @ApiModelProperty(value = "用户类型 0普通用户 1管理员 ")
    private Integer type = CommonConstant.USER_TYPE_NORMAL;
    @ApiModelProperty(value = "0:司机 1:配送员")
    private Integer type2;
    @ApiModelProperty(value = "状态 默认0正常 -1拉黑")
    private Integer status = CommonConstant.USER_STATUS_NORMAL;