yanghui
2022-11-29 1f649d3a2a7b631b71d16bcc046c3c6c32c2ecbf
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/shop/AddShopFlowerGoodsVO.java
@@ -46,11 +46,14 @@
    @ApiModelProperty("商品详情")
    private String details;
    @ApiModelProperty("商品详情()富文本")
    private String goodsDescribe;
    /**
     * 配送方式(1.商家配送 2.快递物流)
     */
    @ApiModelProperty(value = "配送方式(1.商家配送  2.快递物流)", hidden = true)
    private Integer deliveryType;
    @ApiModelProperty(value = "配送方式(1.自提  2.快递)")
    private String deliveryType;
    @ApiModelProperty("商品规格")
    @Valid