mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
This commit is contained in:
@@ -199,7 +199,9 @@ namespace SqlSugar
|
||||
OldDbColumnName = item.OldDbColumnName,
|
||||
OracleSequenceName = item.OracleSequenceName,
|
||||
PropertyInfo = item.PropertyInfo,
|
||||
PropertyName = item.PropertyName
|
||||
PropertyName = item.PropertyName,
|
||||
IsArray=item.IsArray,
|
||||
IsJson=item.IsJson
|
||||
};
|
||||
columns.Add(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user