Class OptLogData

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

@TableName("sys_opt_log_data") public class OptLogData 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
      日志主键
    • traceId

      @TableField("trace_id") private String traceId
      跟踪id
    • title

      @TableField("title") private String title
      模块标题
    • moduleName

      @TableField("module_name") private String moduleName
      模块
    • methodName

      @TableField("method_name") private String methodName
      方法名称
    • businessType

      @TableField("business_type") private String businessType
      业务类型;00其它 01新增 02修改 03删除
    • requestMethod

      @TableField("request_method") private String requestMethod
      请求方式
    • optType

      @TableField("opt_type") private String optType
      操作类别;00其它 01后台用户 02手机端用户
    • optName

      @TableField("opt_name") private String optName
      操作人员
    • deptName

      @TableField("dept_name") private String deptName
      部门名称
    • optUrl

      @TableField("opt_url") private String optUrl
      请求URL
    • optIp

      @TableField("opt_ip") private String optIp
      主机地址
    • optLocation

      @TableField("opt_location") private String optLocation
      操作地点
    • dataStatus

      @TableField("data_status") private String dataStatus
      操作状态;00正常 01异常
    • tenantId

      @TableField(value="tenant_id", updateStrategy=NEVER) private String tenantId
      租户id
  • Constructor Details

    • OptLogData

      public OptLogData()