Ejemplo n.º 1
0
 public int deleteRecordByPrimaryKey(int primaryKey) throws Exception {
   // TODO Auto-generated method stub
   return baseService.deleteRecordByPrimaryKey(primaryKey, commentMapper);
 }