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

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
});
}

View File

@@ -52,6 +52,8 @@ namespace OpenAuth.App.ViewModel
/// </summary>
public System.Guid? ControllerUserId { get; set; }
public string WorkflowName { get; set; }
/// <summary>
/// 可用命令
/// </summary>