mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
实现了ztree与datagrid互动
This commit is contained in:
@@ -35,6 +35,16 @@ namespace OpenAuth.Domain.Interface
|
||||
|
||||
void Delete(T entity);
|
||||
|
||||
/// <summary>
|
||||
/// 批量更新
|
||||
/// </summary>
|
||||
void Update(Expression<Func<T, bool>> exp, T entity);
|
||||
|
||||
/// <summary>
|
||||
/// 批量删除
|
||||
/// </summary>
|
||||
void Delete(Expression<Func<T, bool>> exp);
|
||||
|
||||
void Save();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user