| | |
| | | @Data |
| | | public class UserCenterVO { |
| | | |
| | | @ApiModelProperty(value = "openid") |
| | | private String openid; |
| | | |
| | | @ApiModelProperty(value = "会员头像全路径") |
| | | private String fullCoverImage; |
| | | |
| | |
| | | @ApiModelProperty(value = "待收货订单数量") |
| | | private Integer waitReceiveCount; |
| | | |
| | | @ApiModelProperty(value = "退款中订单数量") |
| | | private Integer refundingCount; |
| | | |
| | | @ApiModelProperty(value = "我注册的门店主键(门店用户时返回)") |
| | | private Integer shopId; |
| | | |
| | | @ApiModelProperty(value = "我注册的门店审核状态(门店用户时返回): 0=待审核 1=已通过 2=已驳回 3=已缴纳保证金") |
| | | private Integer shopAuditStatus; |
| | | |
| | | @ApiModelProperty(value = "我当前绑定的门店") |
| | | private String bindShopId; |
| | | |
| | | |
| | | |
| | | } |