cloudroam
2024-11-08 6b68d921bcdb83ac4e33c521f0d5f8b4f6f18584
src/main/java/com/mzl/flower/dto/response/payment/OrderDTO.java
@@ -164,4 +164,12 @@
    private BigDecimal memberDiscountAmount;
    private List<OrderItemListDTO> items;
    @ApiModelProperty(value = "优惠券类型(discount_type)")
    @DictTrans(target = "couponDiscountTypeName",codeType = "COUPON_TYPE")
    private String couponDiscountType;
    private String couponDiscountTypeName;
    @ApiModelProperty(value = " 使用条件(满多少钱)")
    private String minOrderAmount;
}