public ActionResult GetFormJson(string keyValue) { var data = sysBLL.GetPMR009UserEntity(keyValue); return(Content(data.ToJson())); }