Commit c553630e by Huang Linyu

公社 - 社员订单模块 增加推荐人查询

parent 186b8d25
......@@ -10,6 +10,7 @@ public class CommuneOrderListBean extends AbstractOrderListBean {
private String recommendCode;
private String recommendUid;
private String recommendName;//推荐人姓名
private String recommendPhone;//推荐人手机号码
public BigDecimal getAmount() {
return amount;
......@@ -59,4 +60,12 @@ public class CommuneOrderListBean extends AbstractOrderListBean {
this.recommendName = recommendName;
}
public String getRecommendPhone() {
return recommendPhone;
}
public void setRecommendPhone(String recommendPhone) {
this.recommendPhone = recommendPhone;
}
}
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