fix
Helius
2024-04-08 1fd3aa44578e01513fb88e10aab67bf5fb32b888
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;
}