java.lang.Object
io.github.mangocrisp.spring.taybct.admin.log.es.domain.ESApiLog
所有已实现的接口:
Serializable

public class ESApiLog extends Object implements Serializable
系统日志索引
从以下版本开始:
1.0.0
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      private Long id
      主键id
    • createUser

      @Field(value="create_user", type=Long) private Long createUser
      创建人
    • createTime

      @Field(value="create_time", type=Date, format=date_hour_minute_second_millis, pattern="yyyy-MM-dd HH:mm:ss.SSS") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss.SSS") private Date createTime
      创建时间
    • updateUser

      @Field(value="update_user", type=Long) private Long updateUser
      更新人
    • updateTime

      @Field(value="update_time", type=Date, format=date_hour_minute_second_millis, pattern="yyyy-MM-dd HH:mm:ss.SSS") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss.SSS") private LocalDateTime updateTime
      更新时间
    • title

      @Field(value="title", type=Keyword) private String title
      模块标题
    • description

      @Field(value="description", type=Text) private String description
      接口描述
    • username

      @Field(value="username", type=Keyword) private String username
      操作人员
    • client

      @Field(value="client", type=Keyword) private String client
      客户端类型
    • module

      @Field(value="module", type=Keyword) private String module
      主机地址
    • ip

      @Field(value="ip", type=Keyword) private String ip
      主机地址
    • type

      @Field(value="method_type", type=Keyword) private String type
      业务类型
    • method

      @Field(value="method", type=Keyword) private String method
      请求方式
    • url

      @Field(value="url", type=Keyword) private String url
      请求URL
    • params

      @Field(value="params", type=Text) private String params
      请求参数
    • result

      @Field(value="result", type=Text) private String result
      返回参数
    • code

      @Field(value="code", type=Keyword) private String code
      状态码
    • tenantId

      @Field(value="tenant_id", type=Keyword) private String tenantId
      租户 id 区分不同租户的日志
  • 构造器详细资料

    • ESApiLog

      public ESApiLog()