/** 查询所有字典数据类型 */
 @Override
 public List<Dictionary> selectAllType() {
   return dictionaryDao.selectAllType();
 }