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