mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
Code optimization
This commit is contained in:
parent
93f2e6b27c
commit
f4e41ed71c
@ -9,7 +9,7 @@ namespace SqlSugar
|
||||
|
||||
internal const string Space = " ";
|
||||
internal const string AssemblyName = "SqlSugar";
|
||||
internal const string OrderReplace = "{$:OrderByString:$}";
|
||||
internal const string OrderReplace = "{662E689B-17A1-4D06-9D27-F29EAB8BC3D6}";
|
||||
|
||||
internal static Type StringType = typeof(string);
|
||||
internal static Type ShortType = typeof(short);
|
||||
|
Loading…
Reference in New Issue
Block a user