startday
This commit is contained in:
parent
14a0862f33
commit
25fc142bdf
server/api
|
@ -28,8 +28,8 @@ type ListCheckin struct {
|
|||
}
|
||||
|
||||
type SyncCheckin struct {
|
||||
StartDay string `form:"start_day"`
|
||||
EndDay string `form:"end_day"`
|
||||
StartDay string `json:"start_day"`
|
||||
EndDay string `json:"end_day"`
|
||||
}
|
||||
|
||||
type Checkin struct {
|
||||
|
|
Loading…
Reference in New Issue