|
|
@@ -5,71 +5,61 @@ import java.util.Date;
|
|
|
public class Customer {
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.id
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * id
|
|
|
*/
|
|
|
private String id;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.aid
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 归属人id
|
|
|
*/
|
|
|
private String aid;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.customer_typ
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 客户类型(1-个人用户,2-公司用户)
|
|
|
*/
|
|
|
private String customerTyp;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.share_typ
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 分享类型(1-个人用户,2-公共用户)
|
|
|
*/
|
|
|
private Integer shareTyp;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.agent_id
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 代理人id
|
|
|
*/
|
|
|
private String agentId;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.company_intention
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 公司意向
|
|
|
*/
|
|
|
private String companyIntention;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.create_time
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 创建时间
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.follow_situation
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 跟进进度(0-已发项目介绍资料,1-已约面谈,2-已发合同计划书,3-已报价,4-已发合同,5-已签合同,6-面谈中,7-已面签)
|
|
|
*/
|
|
|
private String followSituation;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.customer_statue
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 客户状态(0-新客户,1-意向客户,2-重点客户,3-面谈客户,4-签单客户,5-被拒绝客户)
|
|
|
*/
|
|
|
private String customerStatue;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column customer.paid
|
|
|
- * @mbg.generated Wed Oct 11 15:40:31 CST 2017
|
|
|
+ * 上级ID
|
|
|
*/
|
|
|
private String paid;
|
|
|
|