public abstract class BaseEntity<T extends com.baomidou.mybatisplus.extension.activerecord.Model> extends com.baomidou.mybatisplus.extension.activerecord.Model<T>
protected Long
createBy
protected java.time.LocalDateTime
createTime
updateTime
BaseEntity()
closeSqlSession, delete, deleteById, deleteById, insert, insertOrUpdate, pkVal, selectAll, selectById, selectById, selectCount, selectList, selectOne, selectPage, sql, sqlSession, sqlStatement, sqlStatement, update, updateById
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@TableField(value="create_by", fill=INSERT) protected Long createBy
@TableField(value="create_time", fill=INSERT) protected java.time.LocalDateTime createTime
@TableField(value="update_time", fill=INSERT_UPDATE) protected java.time.LocalDateTime updateTime
public BaseEntity()
Copyright © 2019. All rights reserved.