添加高级保存及查询排序方式

This commit is contained in:
chenchun
2022-05-29 16:56:02 +08:00
parent b581c12edb
commit 356f71f13e
3 changed files with 45 additions and 1 deletions

View File

@@ -24,5 +24,6 @@ namespace Yi.Framework.Repository
public Task<List<S>> UseSqlAsync<S>(string sql, object parameters = null);
public Task<bool> UseSqlAsync(string sql, object parameters = null);
ISugarQueryable<T> QueryConditionHandler(QueryCondition pars);
Task<bool> UpdateSuperSaveAsync(T data, Expression<Func<T, object>> columns);
}
}