1.审计日志处理2

This commit is contained in:
cdf
2024-08-29 15:54:32 +08:00
parent 0a121a3cf5
commit 14b072b5e7
6 changed files with 81 additions and 1 deletions

View File

@@ -84,6 +84,9 @@ public class UserLog {
@ExcelProperty(value = "事件类型")
private Integer type;
@ExcelProperty(value = "日志类型")
private Integer roleType;
/**
* 模块名
*/