SqlSugar/Src/Asp.Net/SqlSugar/Infrastructure/KdbndpInserttable.cs
2020-11-01 14:43:10 +08:00

6 lines
124 B
C#

namespace SqlSugar
{
internal class KdbndpInserttable<T> : InsertableProvider<T> where T : class, new()
{
}
}