Commit acc42e0c by caosy

销售码

parent 15511070
......@@ -78,6 +78,11 @@ public class CommuneOrderBean extends
*/
private String mobilePhone;
/**
* 销售uid
*/
private String salesUid;
public String getRecommendCode() {
return recommendCode;
......@@ -200,5 +205,13 @@ public class CommuneOrderBean extends
this.mobilePhone = mobilePhone;
}
public String getSalesUid() {
return salesUid;
}
public void setSalesUid(String salesUid) {
this.salesUid = salesUid;
}
}
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