mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
新增设计文档
This commit is contained in:
@@ -58,6 +58,9 @@ namespace OpenAuth.Repository.Mapping
|
||||
Property(t => t.SchemeContent)
|
||||
.HasColumnName("SchemeContent")
|
||||
.IsOptional();
|
||||
Property(t => t.FrmData)
|
||||
.HasColumnName("FrmData")
|
||||
.IsOptional();
|
||||
Property(t => t.SchemeId)
|
||||
.HasColumnName("SchemeId")
|
||||
.HasMaxLength(50)
|
||||
|
Reference in New Issue
Block a user