mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
17 lines
249 B
C#
17 lines
249 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace OrmTest
|
|
{
|
|
internal class _a2_Sql
|
|
{
|
|
internal static void Init()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|