mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 04:32:05 +08:00
Update unit test
This commit is contained in:
parent
10be8d29c3
commit
a16fc38b3a
@ -1,6 +1,7 @@
|
||||
|
||||
using System;
|
||||
using OrmTest;
|
||||
using SqlSeverTest.UserTestCases.UnitTest;
|
||||
|
||||
namespace SqlSeverTest.UserTestCases
|
||||
{
|
||||
@ -13,6 +14,7 @@ namespace SqlSeverTest.UserTestCases
|
||||
/// <param name="args"></param>
|
||||
public static void Init()
|
||||
{
|
||||
UnitOneToManyNsdfafa.Init();
|
||||
UCustomConditionalFunc.Init();
|
||||
//Demo
|
||||
Demo0_SqlSugarClient.Init();
|
||||
|
Loading…
Reference in New Issue
Block a user