mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 12:47:57 +08:00
16 lines
238 B
C#
16 lines
238 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace OrmTest
|
|||
|
{
|
|||
|
public partial class NewUnitTest
|
|||
|
{
|
|||
|
public static void Ado() {
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|