数据库操作说明

This commit is contained in:
2025-08-07 17:58:41 +08:00
parent b33d61c774
commit d2b57bb21a
4 changed files with 532 additions and 483 deletions
+2 -3
View File
@@ -58,9 +58,8 @@ intelligence_system/
│ └── notification_center.py # 邮件/短信通知
├── system_management/ # 系统管理层
│ ├── scheduler/ # 任务调度
│ │ ── task_scheduler.py # 分布式任务调度器
│ │ └── cron_manager.py # 定时规则配置
│ ├── scheduler/ # 任务调度
│ │ ── task_scheduler.py # 任务调度器
│ │
│ └── monitor/ # 系统监控
│ ├── health_monitor.py # 服务健康检测