fix
Helius
2023-12-23 a3bdb0cdb21e27eb52ac5753c0cdc8c3d4a74232
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java
@@ -95,4 +95,7 @@
    private String levelTwoPrice;
    private String levelThreePrice;
    //优惠卷IDs
    private List<Long> couponIds;
}