Exemplo n.º 1
0
 public String del() throws Exception {
   System.out.println(">>>>>>>>del>>>>>>>");
   System.out.println(">>>>>>>>>id=" + this.getId());
   ss.del(this.getId());
   return null;
 }