活动赠送券 来源字段
This commit is contained in:
@@ -75,6 +75,8 @@ public class TbActivateInRecord implements Serializable {
|
||||
|
||||
private String couponJson;
|
||||
|
||||
private String source;
|
||||
|
||||
|
||||
public Integer getId() {
|
||||
return id;
|
||||
@@ -220,5 +222,12 @@ public class TbActivateInRecord implements Serializable {
|
||||
this.couponJson = couponJson;
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
return source;
|
||||
}
|
||||
|
||||
public void setSource(String source) {
|
||||
this.source = source;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user