Package cn.sinozg.applet.biz.opt.entity
Class OptLogTable
java.lang.Object
cn.sinozg.applet.common.core.base.BaseEntity
cn.sinozg.applet.biz.opt.entity.OptLogTable
- All Implemented Interfaces:
Serializable
数据日志操作表记录表
- Since:
- 2024-03-01 11:30:04
- Author:
- xieyubin
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.sinozg.applet.common.core.base.BaseEntity
getCreatedBy, getCreatedTime, getRemark, getUpdatedBy, getUpdatedTime, setCreatedBy, setCreatedTime, setRemark, setUpdatedBy, setUpdatedTime
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
id
主键id -
logId
日志id -
idValue
id值 -
idName
id对应的字段 -
foreignKey
外键id值 -
foreignKeyName
外键字段 -
tabName
表名称 -
methodId
方法ID -
tableDesc
表描述 -
diffMode
修改类型 -
jsonDiff
对比信息
-
-
Constructor Details
-
OptLogTable
public OptLogTable()
-