Commit 1803686e by caosy

App 体验卷是否发放

parent acc42e0c
...@@ -82,7 +82,13 @@ public class CommuneOrderBean extends ...@@ -82,7 +82,13 @@ public class CommuneOrderBean extends
* 销售uid * 销售uid
*/ */
private String salesUid; private String salesUid;
/**
* 只针对体验卷是否发放 0 未发放 1已发放
*/
private Integer isSend;
public String getRecommendCode() { public String getRecommendCode() {
return recommendCode; return recommendCode;
...@@ -212,6 +218,14 @@ public class CommuneOrderBean extends ...@@ -212,6 +218,14 @@ public class CommuneOrderBean extends
public void setSalesUid(String salesUid) { public void setSalesUid(String salesUid) {
this.salesUid = salesUid; this.salesUid = salesUid;
} }
public Integer getIsSend() {
return isSend;
}
public void setIsSend(Integer isSend) {
this.isSend = isSend;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment