代码生成的字段Comment换成Remark

This commit is contained in:
yubaolee
2025-02-19 16:55:47 +08:00
parent 2a2d83d026
commit 355168b43d
12 changed files with 22 additions and 26 deletions

View File

@@ -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,