コード例 #1
0
 public boolean delete(int data) {
   System.out.println("影响数据:" + training_typeMapper.deleteByPrimaryKey(data));
   return false;
 }