SqlSugar/SqlServerTest/Demo/DbFirst.cs

15 lines
208 B
C#
Raw Normal View History

2017-05-29 01:30:23 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest.Demo
{
public class DbFirst
{
public static void Init()
{
}
}
}