Commit 94ed1f70 by jianan

Fna接口31

parent 204bc00b
...@@ -122,6 +122,11 @@ public class Customer implements Serializable { ...@@ -122,6 +122,11 @@ public class Customer implements Serializable {
private String companyType; private String companyType;
/** /**
* 固定电话
*/
private String fixedPhone;
/**
* 来源 * 来源
*/ */
private String source; private String source;
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<result property="smoke" column="smoke" /> <result property="smoke" column="smoke" />
<result property="smokeQuantity" column="smoke_quantity" /> <result property="smokeQuantity" column="smoke_quantity" />
<result property="companyType" column="company_type" /> <result property="companyType" column="company_type" />
<result property="fixedPhone" column="fixed_phone" />
<result property="source" column="source" /> <result property="source" column="source" />
<result property="idType" column="id_type" /> <result property="idType" column="id_type" />
<result property="idCard" column="id_card" /> <result property="idCard" column="id_card" />
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
id,customer_biz_id,custom_code,last_name,first_name,name, id,customer_biz_id,custom_code,last_name,first_name,name,
last_name_pinyin,first_name_pinyin,pinyin,title,gender, last_name_pinyin,first_name_pinyin,pinyin,title,gender,
birthdate,abnormal,age,area_code, birthdate,abnormal,age,area_code,
phone,email,smoke,smoke_quantity,company_type, phone,email,smoke,smoke_quantity,company_type,fixed_phone,
source,id_type,id_card,passport,eep_code, source,id_type,id_card,passport,eep_code,
marriage,birthplace,education,customer_expand_biz_id,country, marriage,birthplace,education,customer_expand_biz_id,country,
remark,is_deleted,creator_id,updater_id,create_time, remark,is_deleted,creator_id,updater_id,create_time,
......
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 to comment