Package cn.longky.common.model
Class BaseEntity<T extends BaseEntity>
java.lang.Object
cn.longky.common.model.BaseEntity<T>
- Direct Known Subclasses:
AttributiveEntity
- Since:
- 1.0
- Author:
- yingzhan
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTime创建时间protected Long自增主键protected LocalDateTime修改时间 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCreateTime(LocalDateTime createTime) setUpdateTime(LocalDateTime updateTime)
-
Field Details
-
id
自增主键 -
createTime
创建时间 -
updateTime
修改时间
-
-
Constructor Details
-
BaseEntity
public BaseEntity()
-
-
Method Details
-
setId
-
setCreateTime
-
setUpdateTime
-