示例#1
0
 public ActionResult GetForm(string key)
 {
     return(Json(_sysRoleService.FindEntity(o => o.RoleId == key)));
 }