Exemplo n.º 1
0
 public Dependency select(int id) {
   return dependencyMapper.selectByPrimaryKey(id);
 }