|
|
|
@@ -119,6 +119,9 @@ public class WxCouponOrderBVo extends WxCouponOrder{ |
|
|
|
|
|
|
|
@Transient |
|
|
|
private Long couponId; |
|
|
|
@Transient |
|
|
|
private Integer couponType; |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
public Long getCouponId() { |
|
|
|
@@ -130,6 +133,16 @@ public class WxCouponOrderBVo extends WxCouponOrder{ |
|
|
|
this.couponId = couponId; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Integer getCouponType() { |
|
|
|
return couponType; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public void setCouponType(Integer couponType) { |
|
|
|
this.couponType = couponType; |
|
|
|
} |
|
|
|
|
|
|
|
public Date getStartDate() { |
|
|
|
return startDate; |
|
|
|
} |
|
|
|
|