초기커밋
This commit is contained in:
12
BrokerApiCore/DbEntity/SsoAccountInfo.cs
Normal file
12
BrokerApiCore/DbEntity/SsoAccountInfo.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
[Keyless]
|
||||
public class SsoAccountInfo
|
||||
{
|
||||
public ulong Id { get; init; }
|
||||
public ulong? AccessToken { get; init; }
|
||||
public ulong? AccessTokenIgm { get; init; }
|
||||
public string? Email { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user