Zeige Raumnamen an

This commit is contained in:
Gonne 2022-09-27 16:40:47 +02:00
parent 6241c8f391
commit b2a975dcbe
6 changed files with 17 additions and 5 deletions

View file

@ -5,8 +5,9 @@ type OfficeHour struct {
Id int
Tutor Tutor
Date
Room Room
Course Course
Room
Course
RoomName string
Info string
Active bool
Duration int