huanghongfa
2021-04-22 0c3d9face27e194906bffe046a81b01e18faaef4
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/shop/PageShopStoreVO.java
@@ -19,7 +19,7 @@
@ApiModel("商城店铺")
public class PageShopStoreVO {
    @ApiModelProperty("负责人")
    @ApiModelProperty("商家、联系人")
    private String contacts;
    @ApiModelProperty("店铺登陆账号")
@@ -57,6 +57,9 @@
    @ApiModelProperty("店铺销量")
    private Integer sale;
    @ApiModelProperty("店铺登陆密码")
    private String storePassword;
    @ApiModelProperty("店内商品列表")
    private List<ComShopGoodsVO> goodsList;