xiaoyong931011
2023-02-24 b7ef19bc83cd8f827563095def3aac1ba9a5947d
商品单位
3 files modified
8 ■■■■■ 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/MallGoodsListVo.java 3 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallGoodsMapper.xml 2 ●●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java
@@ -87,4 +87,7 @@
    @ApiModelProperty(value = "重量")
    private BigDecimal goodsWeight;
    @ApiModelProperty(value = "单位")
    private String unit;
}
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -62,4 +62,7 @@
    @ApiModelProperty(value = "重量")
    private BigDecimal goodsWeight;
    @ApiModelProperty(value = "单位")
    private String unit;
}
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -76,6 +76,7 @@
                a.goods_name,
                a.goods_introdution goodsIntroduction,
                a.thumb,
                a.unit,
                a.original_price,
                a.present_price,
                a.score,
@@ -313,6 +314,7 @@
        a.goods_name,
        a.goods_introdution goodsIntroduction,
        a.thumb,
        a.unit,
        a.original_price,
        a.present_price,
        a.score,