Update UtilConstants

This commit is contained in:
sunkaixuan
2022-12-03 01:51:10 +08:00
parent a1a16767dc
commit c42ac173c1

View File

@@ -12,7 +12,7 @@ namespace SqlSugar
internal const string Space = " ";
internal const char SpaceChar =' ';
internal const string AssemblyName = "SqlSugar";
internal const string ReplaceKey = "{662E689B-17A1-4D06-9D27-F29EAB8BC3D6}";
internal static string ReplaceKey = "{"+Guid.NewGuid()+"}";
internal const string ReplaceCommaKey = "{112A689B-17A1-4A06-9D27-A39EAB8BC3D5}";
internal static Type UShortType = typeof(ushort);