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