管理运营
This commit is contained in:
@@ -202,6 +202,10 @@ namespace ZR.Repository
|
||||
{
|
||||
return Context.Queryable<T>();
|
||||
}
|
||||
public ISugarQueryable<T> Queryable(Expression<Func<T, bool>> expression)
|
||||
{
|
||||
return Context.Queryable<T>().Where(expression);
|
||||
}
|
||||
|
||||
public List<T> SqlQueryToList(string sql, object obj = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user