Zeige Raumnamen an
This commit is contained in:
parent
6241c8f391
commit
b2a975dcbe
6 changed files with 17 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue