Package com.bytedesk.service.visitor
Class VisitorEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.visitor.VisitorEntity
- All Implemented Interfaces:
Serializable
visitor no need to login, without login can reduce the press of the database
TODO: 对于平台型app来说,visitor不属于某个org,所有备注信息都应该按照org单独存储,
TODO: 而不是和visitor合并到一起,将备注信息写入到customer表中
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
nickname
-
avatar
-
lang
-
deviceInfo
-
mobile
-
email
-
note
-
client
-
status
-
tagList
-
extra
-
ip
-
ipLocation
-
vipLevel
private int vipLevel
-
-
Constructor Details
-
VisitorEntity
public VisitorEntity()
-