mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -26,6 +26,7 @@ namespace OrmTest.UnitTest
|
||||
StringIsNullOrEmpty2();
|
||||
StringIsNullOrEmpty3();
|
||||
StringIsNullOrEmpty4();
|
||||
#endregion
|
||||
ToUpper();
|
||||
ToLower();
|
||||
Trim();
|
||||
@@ -52,7 +53,6 @@ namespace OrmTest.UnitTest
|
||||
Substring();
|
||||
Replace();
|
||||
Length();
|
||||
#endregion
|
||||
}
|
||||
base.End("Method Test");
|
||||
}
|
||||
|
@@ -152,6 +152,9 @@
|
||||
<Content Include="Lib\Newtonsoft.Json.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Abstract\Deleteable\" />
|
||||
<Folder Include="Abstract\Insertable\" />
|
||||
<Folder Include="Abstract\Updateable\" />
|
||||
<Folder Include="Databases\MySql\" />
|
||||
<Folder Include="Databases\Oracle\" />
|
||||
<Folder Include="Databases\Sqlite\" />
|
||||
|
Reference in New Issue
Block a user