Commit 8605d5c0 by Huang Linyu

产品类型

parent 2836019f
......@@ -13,6 +13,10 @@ public class ActiveCustomerBean {
private Integer id ;
/**
* 产品类型:980产品, 360产品
*/
private String productName;
private String saleMobile;
private String customerName;
private String customerMobile;
......@@ -72,6 +76,13 @@ public class ActiveCustomerBean {
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public String getProductName() {
return productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
......
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