示例#1
0
 public List<CityDto> getCities() {
   cities = apbl.getCities(0, apbl.countCities());
   return cities;
 }