fix
Helius
2022-06-02 9fa657d6c8479dcd29e6e90b51936c9d95e92fe7
fix
2 files modified
6 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java 3 ●●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/OrderItemVo.java 3 ●●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java
@@ -57,6 +57,9 @@
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    @ApiModelProperty(value = "1-普通商品 2-套餐")
    private Integer isNormal;
    @ApiModelProperty(value = "轮播图")
    private List<String> images;
src/main/java/cc/mrbird/febs/mall/vo/OrderItemVo.java
@@ -35,4 +35,7 @@
    @ApiModelProperty(value = "单价")
    private BigDecimal price;
    @ApiModelProperty(value = "1-普通商品 2-套餐")
    private Integer isNormal;
}