aa
This commit is contained in:
@@ -216,7 +216,7 @@ type StationInfo struct {
|
|||||||
CityID int `orm:"column(city_id)" json:"cityID"`
|
CityID int `orm:"column(city_id)" json:"cityID"`
|
||||||
StationType int `json:"stationType"`
|
StationType int `json:"stationType"`
|
||||||
Distance float64 `json:"distance"`
|
Distance float64 `json:"distance"`
|
||||||
OilInfo []*OilInfo `orm:"-" json:"OilInfo"`
|
OilInfo []*OilInfo `orm:"-" json:"oilInfo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *StationInfo) TableUnique() [][]string {
|
func (v *StationInfo) TableUnique() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user