mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
新增设计文档
This commit is contained in:
@@ -30,6 +30,7 @@ namespace OpenAuth.Repository.Domain
|
||||
this.SchemeId= string.Empty;
|
||||
this.DbName= string.Empty;
|
||||
this.FrmType= 0;
|
||||
this.FrmData = string.Empty;
|
||||
this.FrmContentData= string.Empty;
|
||||
this.FrmContentParse= string.Empty;
|
||||
this.FrmId= string.Empty;
|
||||
@@ -137,5 +138,7 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
public string MakerList { get; set; }
|
||||
|
||||
public string FrmData { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user