CityDTO节点
| 名称 | 类型 | 说明 |
|---|---|---|
| cityId | int | 城市ID |
| cityName | string | 城市名称 |
| code | string | 城市code |
| citySpell | string | 城市拼音 |
| sort | int | 排序 |
| status | int | |
| airports | AirportDTO[] | 机场信息,详见AirportDTO |
| 名称 | 类型 | 说明 |
|---|---|---|
| cityId | int | 城市ID |
| cityName | string | 城市名称 |
| code | string | 城市code |
| citySpell | string | 城市拼音 |
| sort | int | 排序 |
| status | int | |
| airports | AirportDTO[] | 机场信息,详见AirportDTO |