//新入职人员信息文件 public JsonResult getPersonnelInfo() { var rsid = _service.getPersonnelInfo(); return(Json(rsid, JsonRequestBehavior.AllowGet)); }