报告微调修订v1.0
This commit is contained in:
@@ -92,8 +92,8 @@
|
|||||||
│ 1:N │ 1:1 │ 1:N
|
│ 1:N │ 1:1 │ 1:N
|
||||||
▼ ▼ ▼
|
▼ ▼ ▼
|
||||||
┌──────────┐ ┌──────────┐ ┌──────────┐
|
┌──────────┐ ┌──────────┐ ┌──────────┐
|
||||||
│ Score │ │Employment│◄──────────►│ Student │
|
│ Student │ │Employment│◄──────────►│ Student │
|
||||||
│ 成绩 │ │ 就业 │ 一对一 │ │
|
│ 学生 │ │ 就业 │ 一对一 │ │
|
||||||
└──────────┘ └──────────┘ └──────────┘
|
└──────────┘ └──────────┘ └──────────┘
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+13
-13
@@ -20,22 +20,22 @@
|
|||||||
├──────────────────┤ ├──────────────────┤ ├──────────────────┤
|
├──────────────────┤ ├──────────────────┤ ├──────────────────┤
|
||||||
│ id (PK) │ │ id (PK) │ │ id (PK) │
|
│ id (PK) │ │ id (PK) │ │ id (PK) │
|
||||||
│ num (UK) │ │ num (UK) │ │ num (UK) │
|
│ num (UK) │ │ num (UK) │ │ num (UK) │
|
||||||
│ name │ │ name │ │ name │
|
│ name │ 1:N │ name │ 1:N │ name │
|
||||||
│ age │ │ class_start_time │ │ age │
|
│ age │ ----> │ class_start_time │ ----> │ age │
|
||||||
│ sex │ │ │ │ sex │
|
│ sex │ │ │ │ sex │
|
||||||
│ home_place │ │ head_teacher_id │───┐ │ home_place │
|
│ home_place │ │ head_teacher_id │ │ home_place │
|
||||||
│ college │ │ coach_teacher_id │ │ │ college │
|
│ college │ │ coach_teacher_id │ │ college │
|
||||||
│ specialty │ │ tutor_teacher_id │ │ │ specialty │
|
│ specialty │ │ tutor_teacher_id │ │ specialty │
|
||||||
│ enrollment_time │ └──────┬───────────┘ │ │ enrollment_time │
|
│ enrollment_time │ └──────┬───────────┘ │ enrollment_time │
|
||||||
│ graduate_time │ │ │ │ graduate_time │
|
│ graduate_time │ │ graduate_time │
|
||||||
│ education │ 1:N ▼ N:1 │ │ education │
|
│ education │ │ education │
|
||||||
│ work_experience │ ┌──────────────────┐ │ │ │
|
│ work_experience │ │ │
|
||||||
│ coach_area │ │ students │◄──┘ │ create_time │
|
│ coach_area │ │ create_time │
|
||||||
│ │ │ (class_id FK) │ │ update_time │
|
│ │ │ update_time │
|
||||||
│ create_time │ └──────────────────┘ │ is_deleted │
|
│ create_time │ ------------------│ is_deleted │
|
||||||
│ update_time │ │ │ delete_time │
|
│ update_time │ │ │ delete_time │
|
||||||
│ is_deleted │ │ 1:N └──────────────────┘
|
│ is_deleted │ │ 1:N └──────────────────┘
|
||||||
│ delete_time │ ▼
|
│ delete_time │ ▼ | 1:1
|
||||||
└──────────────────┘ ┌──────────────────┐ ┌──────────────────┐
|
└──────────────────┘ ┌──────────────────┐ ┌──────────────────┐
|
||||||
│ scores │ │ employment │
|
│ scores │ │ employment │
|
||||||
├──────────────────┤ ├──────────────────┤
|
├──────────────────┤ ├──────────────────┤
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>📚 教育培训管理系统</h1>
|
<h1>📚 教育培训管理系统</h1>
|
||||||
<h3>贡献人员:元堡,牧遥,Agent</h3>
|
<h3>贡献人员:元堡,long, yb, 陈志平,geyuan, yifan,Agent</h3>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<button class="nav-btn active" onclick="showSection('dashboard')">概览</button>
|
<button class="nav-btn active" onclick="showSection('dashboard')">概览</button>
|
||||||
<button class="nav-btn" onclick="showSection('students')">学生</button>
|
<button class="nav-btn" onclick="showSection('students')">学生</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user