mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
代码生成的字段Comment换成Remark
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenAuth.Repository.Domain
|
||||
public BuilderTable()
|
||||
{
|
||||
this.TableName= string.Empty;
|
||||
this.Comment= string.Empty;
|
||||
this.Remark= string.Empty;
|
||||
this.DetailTableName= string.Empty;
|
||||
this.DetailComment= string.Empty;
|
||||
this.ClassName= string.Empty;
|
||||
@@ -54,7 +54,7 @@ namespace OpenAuth.Repository.Domain
|
||||
/// 表描述、中文名称
|
||||
/// </summary>
|
||||
[Description("表描述、中文名称")]
|
||||
public string Comment { get; set; }
|
||||
public string Remark { get; set; }
|
||||
/// <summary>
|
||||
/// 子表英文全称
|
||||
/// </summary>
|
||||
|
@@ -27,7 +27,7 @@ namespace OpenAuth.Repository.Domain
|
||||
this.TableId= string.Empty;
|
||||
this.TableName= string.Empty;
|
||||
this.ColumnName= string.Empty;
|
||||
this.Comment= string.Empty;
|
||||
this.Remark= string.Empty;
|
||||
this.ColumnType= string.Empty;
|
||||
this.EntityType= string.Empty;
|
||||
this.EntityName= string.Empty;
|
||||
@@ -64,7 +64,7 @@ namespace OpenAuth.Repository.Domain
|
||||
/// 列描述
|
||||
/// </summary>
|
||||
[Description("列描述")]
|
||||
public string Comment { get; set; }
|
||||
public string Remark { get; set; }
|
||||
/// <summary>
|
||||
/// 列类型
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user