添加分割版本表

This commit is contained in:
he
2026-05-06 13:37:18 +08:00
parent 5c29eb5860
commit 9e2cede844
6 changed files with 22404 additions and 0 deletions
@@ -371,6 +371,8 @@ public class IRaCISDBContext : DbContext
public virtual DbSet<ReadingUserConfig> ReadingUserConfig { get; set; }
public virtual DbSet<Segmentation> Segmentation { get; set; }
public virtual DbSet<SegmentationVersion> SegmentationVersion { get; set; }
public virtual DbSet<Segment> Segment { get; set; }
public virtual DbSet<SegmentBinding> SegmentBinding { get; set; }