mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Add IsIgnore Description
This commit is contained in:
parent
250b1b2be3
commit
aebf163eb9
@ -203,6 +203,7 @@ namespace SqlSugar
|
||||
{
|
||||
column.IsIgnore = true;
|
||||
column.NoSerialize = sugarColumn.NoSerialize;
|
||||
column.ColumnDescription = sugarColumn.ColumnDescription;
|
||||
}
|
||||
}
|
||||
if (this.Context.MappingColumns.HasValue())
|
||||
|
Loading…
Reference in New Issue
Block a user