public City getById(Integer id) {
   return cityMapper.selectByPrimaryKey(id);
 }