xiaoyong931011
2023-10-27 107c4d630c5b5c1b04f0d63a147e363b68dd1e8c
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -90,12 +90,12 @@
    private BigDecimal costPrice;
    /**
     * 商品类型 1-付费商品 2-积分商品
     * 商品类型 1-付费商品 2-H金劵商品
     */
    private Integer goodsType;
    /**
     * 积分
     * H金劵
     */
    private BigDecimal score;