Exemplo n.º 1
0
 public City getById(Integer id) {
   return cityMapper.selectByPrimaryKey(id);
 }