Class OptLogText

java.lang.Object
cn.sinozg.applet.common.core.base.BaseEntity
cn.sinozg.applet.biz.opt.entity.OptLogText
All Implemented Interfaces:
Serializable

@TableName("sys_opt_log_text") public class OptLogText extends BaseEntity
操作数据日志数据记录表
Since:
2024-02-28 18:03:49
Author:
xieyubin
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • id

      @TableId(value="id", type=ASSIGN_ID) private String id
      主键id
    • logId

      @TableField("log_id") private String logId
      日志id
    • jsonParam

      @TableField("json_param") private String jsonParam
      请求参数
    • jsonResult

      @TableField("json_result") private String jsonResult
      返回参数
    • errorMsg

      @TableField("error_msg") private String errorMsg
      错误消息
    • jsonAllDiff

      @TableField("json_all_diff") private String jsonAllDiff
      所有的对比数据
    • jsonDiff

      @TableField("json_diff") private String jsonDiff
      对比后的数据
  • Constructor Details

    • OptLogText

      public OptLogText()