Files
SqlSugar/OrmTest/Demo/Insert.cs

13 lines
176 B
C#
Raw Normal View History

2017-05-21 22:33:21 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Demo
{
class Insert
{
}
}