public ActionResult <bool> DelFlowPoint(Guid id) { LogContent = "删除了审批节点,节点id" + id.ToString(); return(bll.DelFlowPoint(id)); }