rk
14 小时以前 c74a6f59490cfb9a0ee37f70427739b74e7fbd58
server/services/src/main/java/com/doumee/dao/vo/UserCenterVO.java
@@ -45,12 +45,15 @@
    @ApiModelProperty(value = "我注册的门店主键(门店用户时返回)")
    private Integer shopId;
    @ApiModelProperty(value = "我注册的门店审核状态(门店用户时返回): 0=待审核 1=已通过 2=已驳回 3=已缴纳保证金")
    @ApiModelProperty(value = "我注册的门店审核状态: 0=待审批 1=已通过 2=已驳回 3=已支付押金 4=变更中 5=变更未通过")
    private Integer shopAuditStatus;
    @ApiModelProperty(value = "我当前绑定的门店")
    private String bindShopId;
    @ApiModelProperty(value = "邮箱")
    private String email;
}