コード例 #1
0
 /** 获取某个字典数据 */
 @Override
 public Dictionary selectById(int id) {
   return dictionaryDao.selectById(id);
 }