mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update sugarColumns
This commit is contained in:
@@ -269,6 +269,7 @@ namespace SqlSugar
|
||||
.Where(it => it is SugarColumn)
|
||||
.Select(it => (SugarColumn)it)
|
||||
.FirstOrDefault();
|
||||
column.ExtendedAttribute = sugarColumn.ExtendedAttribute;
|
||||
column.DbTableName = result.DbTableName;
|
||||
column.EntityName = result.EntityName;
|
||||
column.PropertyName = property.Name;
|
||||
|
Reference in New Issue
Block a user