Files
SqlSugar/OrmTest/Demo/Delete.cs
sunkaixuan 3ed80f6bca -
2017-05-21 22:33:21 +08:00

13 lines
176 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.Demo
{
class Delete
{
}
}