更新 timeTable.ts

This commit is contained in:
Jursin 2024-12-01 13:47:54 +08:00 committed by GitHub
parent 9611f8097c
commit f2ed06d7cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,6 @@ export interface TimeSlot {
export interface ExamSchedule {
examName: string;
message: string;
room: string;
examInfos: TimeSlot[];
}