添加系统日志统计

This commit is contained in:
2026-07-26 12:07:16 +08:00
parent 7a5fcb0853
commit 0b66f3d38d
13 changed files with 394 additions and 6 deletions
@@ -20,6 +20,8 @@ public enum TaskType implements BaseTaskType {
OTHER(10, "其他任务"),
// 删除系统日志
DEL_SYS_LOG(20, "删除系统日志"),
// 统计系统日志
TOTAL_SYS_LOG(21, "统计系统日志"),
// 删除系统文件
DEL_SYS_FILE(30, "删除系统文件"),
// 删除禁用的系统用户