mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
6 lines
135 B
C#
6 lines
135 B
C#
namespace Yi.Framework.AiHub.Application.Contracts.Dtos.Token;
|
|
|
|
public class TokenOutput
|
|
{
|
|
public string? ApiKey { get; set; }
|
|
} |