Administrator
2025-04-30 ab4199c2585422e705f1e900efc0a3f9805dd970
src/main/java/cc/mrbird/febs/mall/dto/MallGoodsUpdateDto.java
@@ -94,4 +94,11 @@
    private Long carriageRuleId;
    //重量
    private BigDecimal goodsWeight;
    //序号
    private Integer orderNumber;
    private BigDecimal levelOnePrice;
    private BigDecimal levelTwoPrice;
    private BigDecimal levelThreePrice;
    private List<Long> couponIds;
}