springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/shop/AddShopFlowerGoodsVO.java
@@ -33,7 +33,7 @@ @ApiModelProperty("商品单位") private String unit; @ApiModelProperty("商品状态(1.上架 2.已下架 3.回收站)") @ApiModelProperty("商品状态(1.出售中 2.已下架 3.回收站)") private Integer status; @ApiModelProperty("商品主图") @@ -48,7 +48,7 @@ /** * 配送方式(1.商家配送 2.快递物流) */ @ApiModelProperty(value = "配送方式(1.自提 2.快递)", hidden = true) @ApiModelProperty(value = "配送方式(1.商家配送 2.快递物流)", hidden = true) private Integer deliveryType; @ApiModelProperty("商品规格")