mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
代码生成的字段Comment换成Remark
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenAuth.App
|
||||
TableId = obj.TableId,
|
||||
TableName = obj.TableName,
|
||||
ColumnName = obj.ColumnName,
|
||||
Comment = obj.Comment,
|
||||
Remark = obj.Remark,
|
||||
ColumnType = obj.ColumnType,
|
||||
EntityType = obj.EntityType,
|
||||
EntityName = obj.EntityName,
|
||||
@@ -107,7 +107,7 @@ namespace OpenAuth.App
|
||||
var builderColumn = new BuilderTableColumn
|
||||
{
|
||||
ColumnName = column.ColumnName,
|
||||
Comment = column.Comment,
|
||||
Remark = column.Comment,
|
||||
ColumnType = column.ColumnType,
|
||||
EntityType = column.EntityType,
|
||||
EntityName = column.ColumnName,
|
||||
|
Reference in New Issue
Block a user