Administrator
2025-05-19 61a8a1b57718b83b6f8ac09e817fabf09e96fdc0
src/main/java/cc/mrbird/febs/mall/entity/MallGoodsSku.java
@@ -24,6 +24,9 @@
    private Integer skuVolume;
    private BigDecimal originalPrice;
    private BigDecimal levelOnePrice;
    private BigDecimal levelTwoPrice;
    private BigDecimal levelThreePrice;
    private BigDecimal presentPrice;
@@ -44,5 +47,8 @@
    @TableField(exist = false)
    private BigDecimal skuGoodsWeight;
    @TableField(exist = false)
    private String staticPropPrice;
    private String sample;
}