mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Merge pull request #940 from sy0574/SqlSugar5
实体类中,IsIgnore的字段也需要ColumnDescription等特性,增加赋值。
This commit is contained in:
@@ -203,6 +203,7 @@ namespace SqlSugar
|
||||
{
|
||||
column.IsIgnore = true;
|
||||
column.NoSerialize = sugarColumn.NoSerialize;
|
||||
column.ColumnDescription = sugarColumn.ColumnDescription;
|
||||
}
|
||||
}
|
||||
if (this.Context.MappingColumns.HasValue())
|
||||
|
Reference in New Issue
Block a user