/** 删除 */
 @Override
 public boolean delete(Dictionary dictionary) {
   return dictionaryDao.delete(dictionary);
 }