完成流程实例列表/详情、流程模版添加

This commit is contained in:
yubaolee
2017-01-20 16:51:30 +08:00
parent 8a48855f04
commit b46729b31d
44 changed files with 3224 additions and 695 deletions

View File

@@ -27,9 +27,8 @@ namespace OpenAuth.Repository.Models.Mapping
Property(t => t.SchemeContent)
.HasColumnName("SchemeContent")
.IsRequired();
Property(t => t.WFSchemeInfoId)
.HasColumnName("WFSchemeInfoId")
.HasMaxLength(50)
Property(t => t.SchemeInfoId)
.HasColumnName("SchemeInfoId")
.IsRequired();
Property(t => t.SchemeVersion)
.HasColumnName("SchemeVersion")