MrShi
5 天以前 b099e758396f61b39d24cf5fa6be7bb0d10c2b4d
server/services/src/main/java/com/doumee/dao/vo/ShopCenterVO.java
@@ -30,4 +30,10 @@
    @ApiModelProperty(value = "待收货订单数量")
    private Integer waitReceiveCount;
    @ApiModelProperty(value = "支付宝提现账户")
    private String aliAccount;
    @ApiModelProperty(value = "支付宝实名姓名")
    private String aliName;
}