mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Synchronization code
This commit is contained in:
parent
f8b8cfd6d6
commit
b41324bbb1
@ -1971,6 +1971,7 @@ namespace SqlSugar
|
||||
TempDate = it.TempDate,
|
||||
TypeName = it.TypeName,
|
||||
UdtTypeName = it.UdtTypeName,
|
||||
IsNvarchar2=it.IsNvarchar2,
|
||||
_Size = it._Size
|
||||
}).ToList();
|
||||
}
|
||||
|
@ -1971,6 +1971,7 @@ namespace SqlSugar
|
||||
TempDate = it.TempDate,
|
||||
TypeName = it.TypeName,
|
||||
UdtTypeName = it.UdtTypeName,
|
||||
IsNvarchar2=it.IsNvarchar2,
|
||||
_Size = it._Size
|
||||
}).ToList();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user