mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
6 lines
124 B
C#
6 lines
124 B
C#
namespace SqlSugar
|
|
{
|
|
internal class KdbndpInserttable<T> : InsertableProvider<T> where T : class, new()
|
|
{
|
|
}
|
|
} |