|
|
@@ -1,11 +1,11 @@ |
|
|
package com.iformall.domain.po; |
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
|
import javax.persistence.*; |
|
|
|
|
|
import java.util.*; |
|
|
|
|
|
import javax.persistence.Transient; |
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
import javax.persistence.Id; |
|
|
import javax.persistence.Id; |
|
|
|
|
|
import javax.persistence.Table; |
|
|
|
|
|
import javax.persistence.Transient; |
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
@Table(name = "wx_coupon_channel") |
|
|
@Table(name = "wx_coupon_channel") |
|
|
public class WxCouponChannel implements Serializable { |
|
|
public class WxCouponChannel implements Serializable { |
|
|
@@ -49,6 +49,8 @@ public class WxCouponChannel implements Serializable { |
|
|
@Transient |
|
|
@Transient |
|
|
private Date enddate; |
|
|
private Date enddate; |
|
|
|
|
|
|
|
|
|
|
|
@Transient |
|
|
|
|
|
private Integer supportTransfer; |
|
|
|
|
|
|
|
|
@Transient |
|
|
@Transient |
|
|
protected List<Long> couponIds; |
|
|
protected List<Long> couponIds; |
|
|
@@ -197,7 +199,13 @@ public class WxCouponChannel implements Serializable { |
|
|
this.enddate = enddate; |
|
|
this.enddate = enddate; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public Integer getSupportTransfer() { |
|
|
|
|
|
return supportTransfer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setSupportTransfer(Integer supportTransfer) { |
|
|
|
|
|
this.supportTransfer = supportTransfer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public static enum Field |
|
|
public static enum Field |
|
|
{ |
|
|
{ |
|
|
|