KKSU
2025-01-03 feb082f80f2f97d77a585ba889b9e9ec3e6320a0
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;
}