java.lang.Object
xyz.raylab.log.infrastructure.persistent.tables.pojos.ROperationLogPO
所有已实现的接口:
Serializable

public class ROperationLogPO extends Object implements Serializable
操作日志
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getPk

      public Integer getPk()
      Getter for r_operation_log.pk. 主键
    • setPk

      public ROperationLogPO setPk(Integer pk)
      Setter for r_operation_log.pk. 主键
    • getUserId

      public String getUserId()
      Getter for r_operation_log.user_id. 用户id
    • setUserId

      public ROperationLogPO setUserId(String userId)
      Setter for r_operation_log.user_id. 用户id
    • getLoginId

      public String getLoginId()
      Getter for r_operation_log.login_id. 登录id
    • setLoginId

      public ROperationLogPO setLoginId(String loginId)
      Setter for r_operation_log.login_id. 登录id
    • getUserName

      public String getUserName()
      Getter for r_operation_log.user_name. 用户姓名
    • setUserName

      public ROperationLogPO setUserName(String userName)
      Setter for r_operation_log.user_name. 用户姓名
    • getOperationName

      public String getOperationName()
      Getter for r_operation_log.operation_name. 操作名称
    • setOperationName

      public ROperationLogPO setOperationName(String operationName)
      Setter for r_operation_log.operation_name. 操作名称
    • getRequestUri

      public String getRequestUri()
      Getter for r_operation_log.request_uri. 请求uri
    • setRequestUri

      public ROperationLogPO setRequestUri(String requestUri)
      Setter for r_operation_log.request_uri. 请求uri
    • getRemoteIp

      public String getRemoteIp()
      Getter for r_operation_log.remote_ip. 远程的ip
    • setRemoteIp

      public ROperationLogPO setRemoteIp(String remoteIp)
      Setter for r_operation_log.remote_ip. 远程的ip
    • getUserAgent

      public String getUserAgent()
      Getter for r_operation_log.user_agent. user_agent
    • setUserAgent

      public ROperationLogPO setUserAgent(String userAgent)
      Setter for r_operation_log.user_agent. user_agent
    • getCreatedBy

      public String getCreatedBy()
      Getter for r_operation_log.created_by. 创建人
    • setCreatedBy

      public ROperationLogPO setCreatedBy(String createdBy)
      Setter for r_operation_log.created_by. 创建人
    • getCreatedTime

      public LocalDateTime getCreatedTime()
      Getter for r_operation_log.created_time. 创建时间
    • setCreatedTime

      public ROperationLogPO setCreatedTime(LocalDateTime createdTime)
      Setter for r_operation_log.created_time. 创建时间
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for r_operation_log.updated_by. 更新人
    • setUpdatedBy

      public ROperationLogPO setUpdatedBy(String updatedBy)
      Setter for r_operation_log.updated_by. 更新人
    • getUpdatedTime

      public LocalDateTime getUpdatedTime()
      Getter for r_operation_log.updated_time. 更新时间
    • setUpdatedTime

      public ROperationLogPO setUpdatedTime(LocalDateTime updatedTime)
      Setter for r_operation_log.updated_time. 更新时间
    • getRevision

      public String getRevision()
      Getter for r_operation_log.revision. 乐观锁
    • setRevision

      public ROperationLogPO setRevision(String revision)
      Setter for r_operation_log.revision. 乐观锁
    • getTenantId

      public String getTenantId()
      Getter for r_operation_log.tenant_id. 租户号
    • setTenantId

      public ROperationLogPO setTenantId(String tenantId)
      Setter for r_operation_log.tenant_id. 租户号
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object