/** 获取某个字典数据 */
 @Override
 public Dictionary selectById(int id) {
   return dictionaryDao.selectById(id);
 }