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

16 lines
235 B
C#
Raw Normal View History

2019-05-20 17:32:13 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Demo3_Insertable
{
public static void Init() {
}
}
}