MrShi
4 天以前 ea2fb93a0dfcde8f5b66825b20f9d9b835a28acc
server/services/src/main/java/com/doumee/dao/vo/ShopCenterVO.java
@@ -6,6 +6,9 @@
@Data
public class ShopCenterVO {
    @ApiModelProperty(value = "门店主键")
    private Integer id;
    @ApiModelProperty(value = "门店头像全路径")
    private String fullCoverImg;
@@ -30,4 +33,10 @@
    @ApiModelProperty(value = "待收货订单数量")
    private Integer waitReceiveCount;
    @ApiModelProperty(value = "支付宝提现账户")
    private String aliAccount;
    @ApiModelProperty(value = "支付宝实名姓名")
    private String aliName;
}