Package cn.sinozg.applet.biz.opt.entity
Class OptLogText
java.lang.Object
cn.sinozg.applet.common.core.base.BaseEntity
cn.sinozg.applet.biz.opt.entity.OptLogText
- All Implemented Interfaces:
Serializable
操作数据日志数据记录表
- Since:
- 2024-02-28 18:03:49
- 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 -
jsonParam
请求参数 -
jsonResult
返回参数 -
errorMsg
错误消息 -
jsonAllDiff
所有的对比数据 -
jsonDiff
对比后的数据
-
-
Constructor Details
-
OptLogText
public OptLogText()
-