Add Vstp flag to database type
This commit is contained in:
parent
cf2b2d98e8
commit
634948b544
@ -16,6 +16,7 @@ type Stop struct {
|
||||
type Service struct {
|
||||
TransactionType string `json:"transactionType,omitempty"`
|
||||
StpIndicator string `json:"stpIndicator,omitempty"`
|
||||
Vstp string `json:"vstp"`
|
||||
Operator string `json:"operator,omitempty"`
|
||||
TrainUid string `json:"trainUid,omitempty"`
|
||||
Headcode string `json:"headcode,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user