update report function
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package models
|
||||
|
||||
type ReportFilter struct {
|
||||
Weekdays Weekdays `json:"weekdays"`
|
||||
Date Date `json:"date"`
|
||||
Groups []uint `json:"groupIds,omitempty"`
|
||||
Name []string `json:"name,omitempty"`
|
||||
Date []string `json:"date"`
|
||||
Groups []uint `json:"groupIds,omitempty"`
|
||||
Name []string `json:"name,omitempty"`
|
||||
}
|
||||
|
||||
type Report struct {
|
||||
|
||||
Reference in New Issue
Block a user