(String role)
| 25 | |
| 26 | // 角色查询,事务外 |
| 27 | public BRoleAuth selectRoleAuth(String role) { |
| 28 | return _tRoleAuth.selectDirty(role); |
| 29 | } |
| 30 | |
| 31 | public void walkRoles(TableWalkHandle<String, BRoleAuth> handle) throws Exception { |
| 32 | _tRoleAuth.walk(handle); |
no test coverage detected