活动赠送券 来源字段

This commit is contained in:
2024-11-13 18:07:38 +08:00
parent 7a8ae2b5bc
commit 2fffee3c55
3 changed files with 20 additions and 5 deletions

View File

@@ -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;
}
}