Files
SqlSugar/Src/Asp.Net/SqlServerTest/a2_Sql.cs
sunkaixuan 9d4565baf3 Update demo
2023-11-06 19:12:46 +08:00

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()
{
}
}
}