发放优惠券
This commit is contained in:
@@ -117,6 +117,21 @@ public class MkShopCouponRecord implements Serializable {
|
||||
*/
|
||||
private LocalDateTime useEndTime;
|
||||
private LocalDateTime useStartTime;
|
||||
/**
|
||||
* 有效期类型:fixed(固定时间),custom(自定义时间)
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private String validType;
|
||||
/**
|
||||
* 有效天数
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer validDays;
|
||||
/**
|
||||
* 隔天生效
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer daysToTakeEffect;
|
||||
|
||||
@Column(onInsertValue = "now()", onUpdateValue = "now()")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
Reference in New Issue
Block a user