mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update test
This commit is contained in:
parent
afaff2e8c1
commit
31acaf70a8
@ -263,7 +263,7 @@
|
|||||||
<Compile Include="UserTestCases\Cases\Main.cs" />
|
<Compile Include="UserTestCases\Cases\Main.cs" />
|
||||||
<Compile Include="UserTestCases\Cases\UThread.cs" />
|
<Compile Include="UserTestCases\Cases\UThread.cs" />
|
||||||
<Compile Include="6_NavigationPropertyQuery.cs" />
|
<Compile Include="6_NavigationPropertyQuery.cs" />
|
||||||
<Compile Include="UserTestCases\UserTestMain.cs" />
|
<Compile Include="UserTestCases\Cases.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
||||||
|
@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace OrmTest
|
namespace OrmTest
|
||||||
{
|
{
|
||||||
internal class UserTestMain
|
internal class Cases
|
||||||
{
|
{
|
||||||
public static void Init()
|
public static void Init()
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user