mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
合并实例与实例模板
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenAuth.Repository.Domain
|
||||
this.Content= string.Empty;
|
||||
this.SortCode= 0;
|
||||
this.Delete= 0;
|
||||
this.FrmDbId= string.Empty;
|
||||
this.DbName= string.Empty;
|
||||
this.Enabled= 0;
|
||||
this.Description= string.Empty;
|
||||
this.CreateDate= DateTime.Now;
|
||||
@@ -55,7 +55,7 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
public string ContentParse { get; set; }
|
||||
/// <summary>
|
||||
/// 表单原html模板未经处理的,仅仅用作编辑修改
|
||||
/// 表单原html模板未经处理的
|
||||
/// </summary>
|
||||
public string Content { get; set; }
|
||||
/// <summary>
|
||||
@@ -67,9 +67,9 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
public int Delete { get; set; }
|
||||
/// <summary>
|
||||
/// 数据库Id
|
||||
/// 数据库名称
|
||||
/// </summary>
|
||||
public string FrmDbId { get; set; }
|
||||
public string DbName { get; set; }
|
||||
/// <summary>
|
||||
/// 有效
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user