删除优惠卷
新版优惠卷
This commit is contained in:
@@ -71,10 +71,6 @@ public class BuyOrderResponseVo {
|
||||
* 收货人信息
|
||||
*/
|
||||
private ConsigneeVo consignee;
|
||||
/**
|
||||
* 优惠券
|
||||
*/
|
||||
private CouponResponseVo coupon;
|
||||
/**
|
||||
* 用户信息
|
||||
*/
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
package com.peanut.modules.book.vo.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @Description: 优惠券 Value Object
|
||||
* @Author: Cauchy
|
||||
* @CreateTime: 2023/10/20
|
||||
*/
|
||||
@Data
|
||||
public class CouponResponseVo {
|
||||
/**
|
||||
* 优惠券名称
|
||||
*/
|
||||
String couponName;
|
||||
/**
|
||||
* 优惠券金额
|
||||
*/
|
||||
Integer couponId;
|
||||
|
||||
BigDecimal couponAmount;
|
||||
}
|
||||
Reference in New Issue
Block a user