mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
提交申请时,可以选择流程模板
This commit is contained in:
@@ -45,6 +45,10 @@ namespace OpenAuth.Repository.Models.Mapping
|
||||
.HasColumnName("State")
|
||||
.HasMaxLength(1024)
|
||||
.IsRequired();
|
||||
Property(t => t.WorkflowName)
|
||||
.HasColumnName("WorkflowName")
|
||||
.HasMaxLength(1024)
|
||||
.IsRequired();
|
||||
Property(t => t.StateName)
|
||||
.HasColumnName("StateName")
|
||||
.HasMaxLength(1024)
|
||||
|
Reference in New Issue
Block a user