first commit

This commit is contained in:
TikoRosh
2024-07-06 09:13:03 +03:00
commit 668e3f37e2
17 changed files with 375 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package models
type Room struct {
ID int
Building string
Type string
Capacity int
Square string
Purpose string
}