first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type Room struct {
|
||||
ID int
|
||||
Building string
|
||||
Type string
|
||||
Capacity int
|
||||
Square string
|
||||
Purpose string
|
||||
}
|
||||
Reference in New Issue
Block a user