yinbangzhong
2024-06-18 be7a1df7cf42ef9386c7fe7ef3a51c9f6f64dc95
models/audio.go
@@ -22,8 +22,8 @@
      TrainNumber      string               `gorm:"index;type:varchar(255);not null;default:'';comment:车次" json:"trainNumber"`       // 车次
      DriverNumber     string               `gorm:"index;type:varchar(255);not null;default:'';comment:司机号" json:"driverNumber"`     // 司机号
      Station          string               `gorm:"index;type:varchar(255);not null;default:'';comment:车站号" json:"station"`          // 车站
      RouteNumber      string               `gorm:"index;type:varchar(255);not null;default:'';comment:交路号" json:"station"`          // 交路号
      KilometerMarker  string               `gorm:"index;type:varchar(255);not null;default:'';comment:公里标" json:"station"`          // 公里标
      RouteNumber      string               `gorm:"index;type:varchar(255);not null;default:'';comment:交路号" json:"routeNumber"`      // 交路号
      KilometerMarker  string               `gorm:"index;type:varchar(255);not null;default:'';comment:公里标" json:"kilometerMarker"`  // 公里标
      OccurrenceAt     time.Time            `json:"-"`
      OccurrenceTime   string               `json:"occurrenceTime" gorm:"-"`
      IsFollowed       constvar.BoolType    `gorm:"type:tinyint;not null;default:2;comment:是否关注"`                        //是否关注 1关注 2未关注