Files
simapi-net/Communications/SimApiLoginItem.cs
T
2023-03-28 06:33:48 +08:00

7 lines
166 B
C#

namespace SimApi.Communications
{
/// <summary>
/// 登录信息中间件
/// </summary>
public record SimApiLoginItem(string Id, string[] Type);
}