|
|
|
@ -36,13 +36,12 @@ public class SysLogOperationExcel { |
|
|
|
private String requestParams; |
|
|
|
@Excel(name = "请求时长(毫秒)") |
|
|
|
private Integer requestTime; |
|
|
|
@Excel(name = "User-Agent") |
|
|
|
private String userAgent; |
|
|
|
@Excel(name = "操作IP") |
|
|
|
private String ip; |
|
|
|
@Excel(name = "状态", replace = {"失败_0", "成功_1"}) |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
@Excel(name = "操作IP") |
|
|
|
private String ip; |
|
|
|
@Excel(name = "User-Agent") |
|
|
|
private String userAgent; |
|
|
|
@Excel(name = "创建时间", format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date createDate; |
|
|
|
|
|
|
|
|