public ActionResult DeleteForm(string F_Id) { equipmentBLL.DeleteForm(F_Id); return(Success("操作成功")); }