mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
7 lines
136 B
C#
7 lines
136 B
C#
namespace SqlSugar
|
|
{
|
|
public interface IParameterInsertable<T>
|
|
{
|
|
InsertableProvider<T> Inserable { get; set; }
|
|
}
|
|
} |