😎调整过滤器接口访问类型
This commit is contained in:
parent
1d59ca5d56
commit
219cba4fdf
@ -56,7 +56,7 @@
|
||||
<PackageReference Include="SSH.NET" Version="2024.2.0" />
|
||||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0.2" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1197" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1198" />
|
||||
<PackageReference Include="UAParser" Version="3.1.47" />
|
||||
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
||||
</ItemGroup>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user