Rewind service basis and sphere service rewind

This commit is contained in:
2025-12-25 21:36:26 +08:00
parent 0bc77b948c
commit 24836fc606
8 changed files with 156 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ public class AppDatabase(
public DbSet<SnAffiliationSpell> AffiliationSpells { get; set; } = null!;
public DbSet<SnAffiliationResult> AffiliationResults { get; set; } = null!;
public DbSet<SnRewindPoint> RewindPoints { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{