报告微调修订v1.0

This commit is contained in:
geeker
2026-09-23 10:43:14 +08:00
parent 6d8ad6fa8c
commit 63cec41438
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -92,8 +92,8 @@
│ 1:N │ 1:1 │ 1:N
▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐
│ Score │ │Employment│◄──────────►│ Student │
│ 成绩 │ │ 就业 │ 一对一 │ │
│ Student │ │Employment│◄──────────►│ Student │
│ 学生 │ │ 就业 │ 一对一 │ │
└──────────┘ └──────────┘ └──────────┘
```
+13 -13
View File
@@ -20,22 +20,22 @@
├──────────────────┤ ├──────────────────┤ ├──────────────────┤
│ id (PK) │ │ id (PK) │ │ id (PK) │
│ num (UK) │ │ num (UK) │ │ num (UK) │
│ name │ │ name │ │ name │
│ age │ │ class_start_time │ │ age │
│ name │ 1:N │ name │ 1:N │ name │
│ age │ ----> │ class_start_time │ ----> │ age │
│ sex │ │ │ │ sex │
│ home_place │ │ head_teacher_id │───┐ │ home_place │
│ college │ │ coach_teacher_id │ │ │ college │
│ specialty │ │ tutor_teacher_id │ │ │ specialty │
│ enrollment_time │ └──────┬───────────┘ │ │ enrollment_time │
│ graduate_time │ │ │ │ graduate_time │
│ education │ 1:N ▼ N:1 │ │ education │
│ work_experience │ ┌──────────────────┐ │ │ │
│ coach_area │ │ students │◄──┘ │ create_time │
│ │ │ (class_id FK) │ │ update_time │
│ create_time │ └──────────────────┘ │ is_deleted │
│ home_place │ │ head_teacher_id │ │ home_place │
│ college │ │ coach_teacher_id │ │ college │
│ specialty │ │ tutor_teacher_id │ │ specialty │
│ enrollment_time │ └──────┬───────────┘ │ enrollment_time │
│ graduate_time │ │ graduate_time │
│ education │ │ education │
│ work_experience │ │ │
│ coach_area │ │ create_time │
│ │ │ update_time │
│ create_time │ ------------------│ is_deleted │
│ update_time │ │ │ delete_time │
│ is_deleted │ │ 1:N └──────────────────┘
│ delete_time │ ▼
│ delete_time │ ▼ | 1:1
└──────────────────┘ ┌──────────────────┐ ┌──────────────────┐
│ scores │ │ employment │
├──────────────────┤ ├──────────────────┤
+1 -1
View File
@@ -57,7 +57,7 @@
<body>
<div class="header">
<h1>📚 教育培训管理系统</h1>
<h3>贡献人员:元堡,牧遥,Agent</h3>
<h3>贡献人员:元堡,long, yb, 陈志平,geyuan, yifan,Agent</h3>
<div class="nav">
<button class="nav-btn active" onclick="showSection('dashboard')">概览</button>
<button class="nav-btn" onclick="showSection('students')">学生</button>