XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
namespace XFEExtension.NetCore.ServerInteractive.Models;
/// <summary>
/// ID模型
/// </summary>
public interface IIdModel
{
/// <summary>
/// ID
/// </summary>
string Id { get; set; }
}
namespace XFEExtension.NetCore.ServerInteractive.Models;
/// <summary>
/// ID模型
/// </summary>
public interface IIdModel
{
/// <summary>
/// ID
/// </summary>
string Id { get; set; }
}