wang-hao-jie
2021-11-22 24908b26035b3aefe84ba557e7cddd5a9a8aece9
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;