Package top.tangyh.basic.base.entity
Class SuperEntity<T>
java.lang.Object
top.tangyh.basic.base.entity.SuperEntity<T>
- Type Parameters:
T- 主键类型
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Entity
包括id、created_time、created_by字段的表继承的基础实体
- Author:
- zuihou
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface保存和缺省验证组static interface更新和缺省验证组 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_FIELD
- See Also:
-
CREATED_TIME
- See Also:
-
CREATED_TIME_FIELD
- See Also:
-
CREATED_BY
- See Also:
-
CREATED_BY_FIELD
- See Also:
-
CREATED_ORG_ID
- See Also:
-
CREATED_ORG_ID_FIELD
- See Also:
-
id
@TableId(value="id", type=INPUT) @NotNull(message="id\u4e0d\u80fd\u4e3a\u7a7a", groups=Update.class) protected T id -
createdTime
-
createdBy
-
-
Constructor Details
-
SuperEntity
public SuperEntity()
-