mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 21:56:03 +08:00
Update test
This commit is contained in:
parent
f37ed0b0e6
commit
55d9074f22
@ -66,7 +66,7 @@
|
|||||||
<Compile Include="UnitTest\Description.cs" />
|
<Compile Include="UnitTest\Description.cs" />
|
||||||
<Compile Include="UserTestCases\Bugs\BugTest.cs" />
|
<Compile Include="UserTestCases\Bugs\BugTest.cs" />
|
||||||
<Compile Include="UserTestCases\Config.cs" />
|
<Compile Include="UserTestCases\Config.cs" />
|
||||||
<Compile Include="UserTestCases\CasesMain.cs" />
|
<Compile Include="UserTestCases\Cases.cs" />
|
||||||
<Compile Include="UserTestCases\Demo\Demo0_SqlSugarClient.cs" />
|
<Compile Include="UserTestCases\Demo\Demo0_SqlSugarClient.cs" />
|
||||||
<Compile Include="UserTestCases\Demo\Demo1_Queryable.cs" />
|
<Compile Include="UserTestCases\Demo\Demo1_Queryable.cs" />
|
||||||
<Compile Include="UserTestCases\Demo\Demo2_Updateable.cs" />
|
<Compile Include="UserTestCases\Demo\Demo2_Updateable.cs" />
|
||||||
|
@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace OrmTest
|
namespace OrmTest
|
||||||
{
|
{
|
||||||
internal class CasesMain
|
internal class Cases
|
||||||
{
|
{
|
||||||
public static void Init()
|
public static void Init()
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user