mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
修复因iframe造成的分页导航显示问题
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenAuth.Domain.Interface
|
||||
/// <summary>
|
||||
/// 批量更新
|
||||
/// </summary>
|
||||
void Update(Expression<Func<T, bool>> exp, T entity);
|
||||
void Update(Expression<Func<T, object>> exp, T entity);
|
||||
|
||||
/// <summary>
|
||||
/// 批量删除
|
||||
|
||||
Reference in New Issue
Block a user