コード例 #1
0
ファイル: SystemService.java プロジェクト: hqm1988/jeesite
 public Role getRole(Long id) {
   return roleDao.findOne(id);
 }