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,