This commit is contained in:
sunkaixuan
2022-10-22 18:32:09 +08:00
parent eca729e877
commit 7e90a52d79

View File

@@ -12,7 +12,7 @@ using System.Threading.Tasks;
namespace SqlSugar
{
#region T1
public partial class QueryableProvider<T> : QueryableAccessory, ISugarQueryable<T>
{
@@ -2407,5 +2407,5 @@ namespace SqlSugar
#endregion
}
#endregion
}