添加项目文件。
This commit is contained in:
18
common/Tnb.Common/Dtos/OAuth/TenantInterFaceOutput.cs
Normal file
18
common/Tnb.Common/Dtos/OAuth/TenantInterFaceOutput.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using SqlSugar;
|
||||
|
||||
namespace JNPF.Common.Dtos.OAuth;
|
||||
|
||||
/// <summary>
|
||||
/// 多租户网络连接输出.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class TenantInterFaceOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// DotNet.
|
||||
/// </summary>
|
||||
public string dotnet { get; set; }
|
||||
|
||||
public List<TenantLinkModel>? linkList { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user