Class OptLogCycleInfo

java.lang.Object
cn.sinozg.applet.opt.module.OptLogCycleInfo
All Implemented Interfaces:
Serializable

public class OptLogCycleInfo extends Object implements Serializable
当前请求的所有修改记录对象 跟随整个接口生命周期
Since:
2024-02-27 21:08:19
Author:
xieyubin
See Also:
  • Field Details

    • threadName

      private String threadName
      线程名称
    • traceId

      private String traceId
    • main

      private OptLogMain main
      修改记录 基本信息
    • items

      private List<OptLogTableInfo> items
      修改记录,当前mapper方法信息 对应的一条一条的记录 一对多 一对一等等
  • Constructor Details

    • OptLogCycleInfo

      public OptLogCycleInfo()