public void deleteById(Integer id) {
   cityMapper.deleteByPrimaryKey(id);
 }