mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
routine update
This commit is contained in:
@@ -74,11 +74,9 @@ namespace OpenAuth.Repository.Mapping
|
||||
.IsRequired();
|
||||
Property(t => t.FrmContentData)
|
||||
.HasColumnName("FrmContentData")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.FrmContentParse)
|
||||
.HasColumnName("FrmContentParse")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.FrmId)
|
||||
.HasColumnName("FrmId")
|
||||
|
Reference in New Issue
Block a user