コード例 #1
0
 /** 按类型查找 */
 @Override
 public List<Dictionary> selectByType(String type) {
   return dictionaryDao.selectByType(type);
 }