Browse Source

update Admin.NET/Admin.NET.Core/Entity/IEntityFilter.cs.
修复业务层无法根据IDeletedFilter清除指定的过滤器,interface被定义为internal限制访问了

Signed-off-by: Lzh666 <422235757@qq.com>

Lzh666 1 year ago
parent
commit
dac9dec58b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Admin.NET/Admin.NET.Core/Entity/IEntityFilter.cs

+ 3 - 3
Admin.NET/Admin.NET.Core/Entity/IEntityFilter.cs

@@ -9,7 +9,7 @@ namespace Admin.NET.Core;
 /// <summary>
 /// 假删除接口过滤器
 /// </summary>
-internal interface IDeletedFilter
+public interface IDeletedFilter
 {
     /// <summary>
     /// 软删除
@@ -20,7 +20,7 @@ internal interface IDeletedFilter
 /// <summary>
 /// 租户Id接口过滤器
 /// </summary>
-internal interface ITenantIdFilter
+public interface ITenantIdFilter
 {
     /// <summary>
     /// 租户Id
@@ -31,7 +31,7 @@ internal interface ITenantIdFilter
 /// <summary>
 /// 机构Id接口过滤器
 /// </summary>
-internal interface IOrgIdFilter
+public interface IOrgIdFilter
 {
     /// <summary>
     /// 机构Id