This commit is contained in:
sunkaixuna 2021-11-19 22:37:01 +08:00
parent 0263c42856
commit 0bb8ea59c0

View File

@ -565,7 +565,7 @@ namespace SqlSugar
#endregion
#region
#region Fastest
public IFastest<T> Fastest<T>() where T : class, new()
{
return this.Context.Fastest<T>();