提交申请时,可以选择流程模板

This commit is contained in:
yubaolee
2016-09-16 18:05:57 +08:00
parent dbdfbaab52
commit 5996d6b5f7
9 changed files with 43 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ namespace OpenAuth.App
{
UserId = model.UserId,
Name = model.Name,
Comment = model.Comment
Comment = model.Comment,
WorkflowName = model.WorkflowName
});
}