mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
refactor: 移除ExamSchedule接口中的roomName属性
由于roomName属性不再用于前端渲染流程,因此从ExamSchedule接口中移除该属性以简化数据结构并保持一致性。
This commit is contained in:
parent
5ff25e3259
commit
4153032537
@ -6,7 +6,6 @@ export interface TimeSlot {
|
||||
|
||||
export interface ExamSchedule {
|
||||
examName: string;
|
||||
roomName: string;
|
||||
message: string;
|
||||
examInfos: TimeSlot[];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user