类 CustomerDetail
java.lang.Object
com.ec.v2.entity.customer.CustomerDetail
- 直接已知子类:
CombineCrmDetailVo,UpdateCustomerVo
public class CustomerDetail
extends java.lang.Object
- 作者:
- shicy
-
字段概要
字段 修饰符和类型 字段 说明 protected java.lang.Stringbirthday生日 格式:2018-01-01protected java.lang.BytebirthdayLunarLeap0/1 是否是阴历润月 默认0protected java.lang.Stringcall称呼protected java.lang.IntegerchannelId来源IDprotected java.lang.Stringcompany公司protected java.lang.StringcompanyAddress公司地址"protected java.lang.StringcompanyUrl公司网址protected java.lang.Stringemail邮箱号码protected java.lang.Stringfax传真号码 如07558888XXXX-001 默认空字符protected java.lang.StringfaxCode传真国家码 如 +86 默认空字符串protected java.util.Map<java.lang.String,java.lang.String>fields自定义字段信息protected java.lang.LongfollowUserId跟进人, 必传参数protected java.lang.Integergender性别 0:未知(默认),1:男,2:女"protected java.lang.IntegergroupId分组idprotected java.lang.IntegerisBirthdayLunar0/1 是否是阴历 默认0 1:阴历"protected java.lang.Stringmemo备注protected java.lang.Stringmobile手机号码默认空字符串protected java.lang.StringmobileCode手机国家码 如 +86 默认空字符串protected java.lang.Stringname客户姓名, 必传参数protected java.lang.Stringphone电话号码 如07558888XXXX-001 默认空字符protected java.lang.StringphoneCode电话国家码 如 +86 默认空字符串protected java.lang.Stringprefecture地区 格式:国家|省州|市名|区县protected java.lang.LongpublicPondId业务组公海protected java.lang.StringqqQQ号码protected java.lang.Stringtitle职位protected java.lang.Stringvocation行业 格式:一级行业|二级行业 -
构造器概要
构造器 构造器 说明 CustomerDetail() -
方法概要
-
字段详细资料
-
followUserId
protected java.lang.Long followUserId跟进人, 必传参数 -
groupId
protected java.lang.Integer groupId分组id -
publicPondId
protected java.lang.Long publicPondId业务组公海 -
name
protected java.lang.String name客户姓名, 必传参数 -
call
protected java.lang.String call称呼 -
gender
protected java.lang.Integer gender性别 0:未知(默认),1:男,2:女" -
birthday
protected java.lang.String birthday生日 格式:2018-01-01 -
isBirthdayLunar
protected java.lang.Integer isBirthdayLunar0/1 是否是阴历 默认0 1:阴历" -
birthdayLunarLeap
protected java.lang.Byte birthdayLunarLeap0/1 是否是阴历润月 默认0 -
title
protected java.lang.String title职位 -
qq
protected java.lang.String qqQQ号码 -
mobile
protected java.lang.String mobile手机号码默认空字符串 -
phone
protected java.lang.String phone电话号码 如07558888XXXX-001 默认空字符 -
fax
protected java.lang.String fax传真号码 如07558888XXXX-001 默认空字符 -
mobileCode
protected java.lang.String mobileCode手机国家码 如 +86 默认空字符串 -
phoneCode
protected java.lang.String phoneCode电话国家码 如 +86 默认空字符串 -
faxCode
protected java.lang.String faxCode传真国家码 如 +86 默认空字符串 -
email
protected java.lang.String email邮箱号码 -
company
protected java.lang.String company公司 -
companyUrl
protected java.lang.String companyUrl公司网址 -
companyAddress
protected java.lang.String companyAddress公司地址" -
memo
protected java.lang.String memo备注 -
vocation
protected java.lang.String vocation行业 格式:一级行业|二级行业 -
channelId
protected java.lang.Integer channelId来源ID -
prefecture
protected java.lang.String prefecture地区 格式:国家|省州|市名|区县 -
fields
protected java.util.Map<java.lang.String,java.lang.String> fields自定义字段信息
-
-
构造器详细资料
-
CustomerDetail
public CustomerDetail()
-