add refresh token entity
This commit is contained in:
@@ -132,6 +132,11 @@ namespace Atomx.Data
|
||||
/// </summary>
|
||||
public DbSet<SpecificationAttributeOption> SpecificationAttributeOptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 刷新Tokens
|
||||
/// </summary>
|
||||
public DbSet<RefreshToken> RefreshTokens { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户角色
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user