1.审计日志处理2
This commit is contained in:
@@ -76,18 +76,5 @@ public class LogInfoDTO implements Serializable {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
public LogInfoDTO(String loginName, String userName, String ip, String operate, String operateType, Integer result, String failReason, Integer level, Integer type, String serviceName, String userIndex, LocalDateTime createTime) {
|
||||
this.loginName = loginName;
|
||||
this.userName = userName;
|
||||
this.ip = ip;
|
||||
this.operate = operate;
|
||||
this.operateType = operateType;
|
||||
this.result = result;
|
||||
this.failReason = failReason;
|
||||
this.level = level;
|
||||
this.type = type;
|
||||
this.serviceName = serviceName;
|
||||
this.userIndex = userIndex;
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user