CHANGE: added team page + working on function
This commit is contained in:
5
Backend/models/workWeek.go
Normal file
5
Backend/models/workWeek.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type WorkWeek struct {
|
||||
WorkDays []WorkDay
|
||||
}
|
||||
Reference in New Issue
Block a user