Fix DeleteQuery
This commit is contained in:
parent
d15ddc5563
commit
171bd3eafd
@ -29,7 +29,7 @@ type Service struct {
|
||||
}
|
||||
|
||||
type DeleteQuery struct {
|
||||
TrainUid string `json:"trainUid"`
|
||||
ScheduleStartDate string `json:"scheduleStartDate"`
|
||||
StpIndicator string `json:"stpIndicator"`
|
||||
TrainUid string `json:"trainUid"`
|
||||
ScheduleStartDate time.Time `json:"scheduleStartDate"`
|
||||
StpIndicator string `json:"stpIndicator"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user