Package com.bytedesk.service.customer
Class CustomerEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.customer.CustomerEntity
- All Implemented Interfaces:
Serializable
客户留资,自动提取,手动添加
TODO: 同步存储visitor备注信息
- Author:
- jackning 270580156@qq.com
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private String
private Integer
private String
private String
private String
private String
private String
private String
private LocalDateTime
private LocalDateTime
private String
private LocalDateTime
private @NotBlank(message="name is required") String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private Double
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
nickname
-
email
-
mobile
-
description
-
realname
-
avatar
-
gender
-
birthday
-
wechat
-
qq
-
telephone
-
company
-
position
-
industry
-
address
-
province
-
city
-
district
-
zipCode
-
category
-
crmlevel
-
priority
-
tags
-
source
-
status
-
owner
-
ownerName
-
lastContactTime
-
nextContactTime
-
totalAmount
-
dealCount
-
lastDealTime
-
tagList
-
extra
-
notes
-
-
Constructor Details
-
CustomerEntity
public CustomerEntity()
-