public ActionResult SaveForm(string keyValue, ScheduleEntity entity) { schedulebll.SaveForm(keyValue, entity); return(Success("操作成功。")); }