示例#1
0
 @Override
 protected void prepareModel() throws Exception {
   if (id != null) {
     entity = accountManager.getRole(id);
   } else {
     entity = new Role();
   }
 }