add refresh token entity

This commit is contained in:
2025-12-03 12:25:20 +08:00
parent 60ece894d5
commit 4f3eecabc4
3 changed files with 65 additions and 0 deletions

View File

@@ -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>