add new report handler
This commit is contained in:
6
models/date.go
Normal file
6
models/date.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Date struct {
|
||||
From string ` json:"from,omitempty"`
|
||||
To string ` json:"to,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user