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