public class BaseLogEntity extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
businessType
业务类型
根据自己的业务自定义类型,例如:0=其它,1=新增,2=修改,3=删除......
|
private Long |
costTime
消耗时间
|
private String |
errorMsg
错误信息
|
private Long |
id
日志ID
|
private String |
jsonResult
返回参数
|
private String |
method
请求方法
|
private String |
operateDeptName
操作者部门名
|
private String |
operateDescription
操作描述
|
private String |
operateIp
操作者ip地址
|
private String |
operateModule
操作模块
|
private Date |
operateTime
操作时间
|
private Long |
operateUserId
操作者id
|
private String |
operateUserName
操作者用户名
|
private Integer |
operatorType
操作者类别
|
private String |
requestMethod
请求方式
|
private String |
requestParam
请求参数
|
private String |
requestUrl
请求url
|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
BaseLogEntity() |
private static final long serialVersionUID
private Long id
private String operateModule
private Integer businessType
private String requestUrl
private String method
private String requestMethod
private String requestParam
private Integer operatorType
private Long operateUserId
private String operateUserName
private String operateDeptName
private String operateIp
private String operateDescription
private String errorMsg
private String jsonResult
private Date operateTime
private Long costTime
public Long getId()
public BaseLogEntity setId(Long id)
public String getOperateModule()
public BaseLogEntity setOperateModule(String operateModule)
public Integer getBusinessType()
public BaseLogEntity setBusinessType(Integer businessType)
public String getRequestUrl()
public BaseLogEntity setRequestUrl(String requestUrl)
public String getMethod()
public BaseLogEntity setMethod(String method)
public String getRequestMethod()
public BaseLogEntity setRequestMethod(String requestMethod)
public String getRequestParam()
public BaseLogEntity setRequestParam(String requestParam)
public Integer getOperatorType()
public BaseLogEntity setOperatorType(Integer operatorType)
public Long getOperateUserId()
public BaseLogEntity setOperateUserId(Long operateUserId)
public String getOperateUserName()
public BaseLogEntity setOperateUserName(String operateUserName)
public String getOperateDeptName()
public BaseLogEntity setOperateDeptName(String operateDeptName)
public String getOperateIp()
public BaseLogEntity setOperateIp(String operateIp)
public String getOperateDescription()
public BaseLogEntity setOperateDescription(String operateDescription)
public String getErrorMsg()
public BaseLogEntity setErrorMsg(String errorMsg)
public String getJsonResult()
public BaseLogEntity setJsonResult(String jsonResult)
public Date getOperateTime()
public BaseLogEntity setOperateTime(Date operateTime)
public Long getCostTime()
public BaseLogEntity setCostTime(Long costTime)
Copyright © 2023. All rights reserved.