新增分割

This commit is contained in:
he
2026-03-10 14:23:56 +08:00
parent 1a39d03c7e
commit 01058d42d3
11 changed files with 22610 additions and 1 deletions
@@ -358,6 +358,11 @@ public class IRaCISDBContext : DbContext
#region Reading
public virtual DbSet<Segmentation> Segmentation { get; set; }
public virtual DbSet<Segment> Segment { get; set; }
public virtual DbSet<TrialCriterionKeyFile> TrialCriterionKeyFile { get; set; }
public virtual DbSet<SystemCriterionKeyFile> SystemCriterionKeyFile { get; set; }