Files
simapi-net/Communications/SimApiLoginItem.cs
T

7 lines
166 B
C#
Raw Normal View History

2023-03-28 06:33:48 +08:00
namespace SimApi.Communications
2020-02-04 16:51:15 +08:00
{
/// <summary>
/// 登录信息中间件
/// </summary>
2023-03-28 06:33:48 +08:00
public record SimApiLoginItem(string Id, string[] Type);
2022-05-07 21:30:45 +08:00
}