예제 #1
0
 public void batchDeleteById(int[] ids) {
   dao.batchDeleteById(ids);
 }