xiaoyong931011
2023-02-16 82f1f0f4485f43308371d6d0d6d6c75b3bc1bc2a
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java
@@ -71,4 +71,20 @@
    @ApiModelProperty(value = "评论数量")
    private Integer commentCount;
    //运费方式  (1:固定运费 2:运费模板)
    @ApiModelProperty(value = "运费方式  (1:固定运费 2:运费模板)")
    private Integer carriageType;
    //运费金额
    @ApiModelProperty(value = "固定运费金额")
    private BigDecimal carriageAmount;
    //运费模板ID
    @ApiModelProperty(value = "运费模板ID")
    private Long carriageRuleId;
    //重量
    @ApiModelProperty(value = "重量")
    private BigDecimal goodsWeight;
}