类 BaseEntity
java.lang.Object
cn.miniants.framework.bean.SuperEntity
cn.miniants.framework.bean.BaseEntity
- 所有已实现的接口:
BeanConvert
- 直接已知子类:
BaseLogicEntity
-
字段概要
字段修饰符和类型字段说明protected String创建人protected Long创建人IDprotected LocalDateTime创建时间protected String修改人protected LocalDateTime修改时间 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.miniants.framework.bean.BeanConvert
convert
-
字段详细资料
-
createId
创建人ID -
createBy
创建人 -
createTime
创建时间 -
updateBy
修改人 -
updateTime
修改时间
-
-
构造器详细资料
-
BaseEntity
public BaseEntity()
-