KKSU
2025-02-06 9b3beb269d7c0d54396d0f345de08fb32aada27f
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;
}