Helius
2024-04-08 673b280cfc2c77b90cff04140cf59225e495b0cb
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -133,4 +133,8 @@
    private BigDecimal levelTwoPrice;
    private BigDecimal levelThreePrice;
    @TableField(exist = false)
    private List<Long> couponIds;
}