Helius
2022-05-28 bcffc7b5e9ece6061192c815af12e3981ff2dbb2
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -37,4 +37,7 @@
    @ApiModelProperty(value = "积分")
    private BigDecimal score;
    @ApiModelProperty(value = "是否有运费 1-是 2-包邮")
    private Integer hasCarriage;
}