Ejemplo n.º 1
0
 public ActionResult <bool> AddFlowMaster(FlowMasterNew flowMasterNew)
 {
     LogContent = "新建Master,参数源:" + JsonConvert.SerializeObject(flowMasterNew);
     return(bll.AddFlowMaster(flowMasterNew));
 }