mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
提交申请时,可以选择流程模板
This commit is contained in:
@@ -31,7 +31,8 @@ namespace OpenAuth.App
|
||||
{
|
||||
UserId = model.UserId,
|
||||
Name = model.Name,
|
||||
Comment = model.Comment
|
||||
Comment = model.Comment,
|
||||
WorkflowName = model.WorkflowName
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user