Example #1
0
 /**
  * 取得城市 list
  *
  * @return
  * @throws Exception
  */
 public List<City> getCityList() throws Exception {
   return systemService.getCityListByProvince(Long.valueOf("1"));
 }