Example #1
0
 public ActionResult <bool> EditFlowMaster(FlowMasterEdit flowMasterEdit)
 {
     LogContent = "修改Master,参数源:" + JsonConvert.SerializeObject(flowMasterEdit);
     return(bll.EditFlowMaster(flowMasterEdit));
 }