documents/process/borrow-classroom.md
2025-03-30 19:08:10 +08:00

23 lines
No EOL
541 B
Markdown

# 借教室
## 流程维护
| 维护人 | 时间 |
| ------ | --------------------- |
| ??? | start date - end date |
| ??? | start date - now |
## 流程
```mermaid
graph TD
A[确定借用教室] --> B[与张老师对接]
B --> C[确定教室、时间段、用途]
C --> D[等待1-2天]
D --> E{审核通过?}
E -- 否 --> B
E -- 是 --> F[领取借用单]
F --> G[在工作日提交给教室管理员]
G --> H[等待维修日]
H --> I[提前1小时确认是否开门]
```