routine update

This commit is contained in:
yubaolee
2018-03-14 17:39:40 +08:00
parent 0a21ac28ff
commit 0c2cb7911d
8 changed files with 245 additions and 134 deletions

View File

@@ -25,6 +25,12 @@ namespace OpenAuth.Mvc.Controllers
return View();
}
//流程节点信息
public ActionResult NodeInfo()
{
return View();
}
//添加或修改
[System.Web.Mvc.HttpPost]
public string Add(FlowScheme obj)