Package com.bytedesk.core.base
Class BaseEntityNoOrg
java.lang.Object
com.bytedesk.core.base.BaseEntityNoOrg
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssistantEntity
,AuthorityEntity
,ChannelEntity
,OrganizationEntity
,TopicEntity
,UserEntity
Date -> ZonedDateTime ?
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone=GMT+8
//@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = timezone)
config in properties
- Author:
- im.bytedesk.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
uid
-
version
private int version -
createdAt
-
updatedAt
-
deleted
private boolean deletedsoft delete -
level
-
platform
-
-
Constructor Details
-
BaseEntityNoOrg
public BaseEntityNoOrg()
-