Update 达构

This commit is contained in:
sunkaixuan 2022-08-15 12:58:08 +08:00
parent d8e3e82e89
commit 153fd3d170
2 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("timestamp with local time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("timestamp with time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("timestamp with time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.TimeSpan),
new KeyValuePair<string, CSharpDataType>("float",CSharpDataType.@decimal),

View File

@ -127,6 +127,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("timestamp with local time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("timestamp with time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("timestamp with time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.TimeSpan),
new KeyValuePair<string, CSharpDataType>("float",CSharpDataType.@decimal),