SqlSugar/Src/Asp.Net/SqlServerTest/Demo/Demo3_Insertable.cs
sunkaixuan c6aee09d60 -
2019-05-20 17:32:13 +08:00

16 lines
235 B
C#

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