fix
Helius
2023-12-23 a3bdb0cdb21e27eb52ac5753c0cdc8c3d4a74232
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;
}