示例#1
0
 public int delete(int id) {
   return cdao.delete(id);
 }