public ActionResult <bool> DelFlowMaster(Guid masterID) { LogContent = "删除了Master,ID:" + JsonConvert.SerializeObject(masterID); return(bll.DelFlowMaster(masterID)); }