SqlSugar/Src/Asp.Net/SqlServerTest/Demo/Demo9_EntityMain.cs

17 lines
243 B
C#
Raw Normal View History

2019-06-02 15:31:27 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Demo9_EntityMain
{
public static void Init()
{
}
}
}