standard.go 123 B

1234567891011
  1. package consts
  2. const (
  3. _ = iota
  4. FuelType
  5. EmissionStandard
  6. PlateType
  7. VehicleType
  8. UseProperty
  9. VehicleBodyColor = 7
  10. )