feature: NEWS2 Composite Scoring Engine

This commit is contained in:
voltsrage
2026-06-18 17:39:31 +08:00
parent c3fbc20ddc
commit e6f7989298
31 changed files with 3118 additions and 45 deletions
@@ -12,6 +12,7 @@ public class AppDbContext : DbContext
public DbSet<Order> Orders => Set<Order>();
public DbSet<OutboxEvent> OutboxEvents => Set<OutboxEvent>();
public DbSet<ReconciliationAlert> ReconciliationAlerts => Set<ReconciliationAlert>();
public DbSet<News2Score> News2Scores => Set<News2Score>();
protected override void OnModelCreating(ModelBuilder modelBuilder)
{