Segment添加字段 查询修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-03-16 09:04:58 +08:00
parent b048437b37
commit 56cbe08f39
9 changed files with 22096 additions and 121 deletions
@@ -52,7 +52,9 @@ public class SegmentAddOrEdit
public decimal? Variance { get; set; }
public decimal? Volume { get; set; }
}
public Guid VisitTaskId { get; set; }
}
public class SegmentQuery:PageInput
{
@@ -77,7 +79,9 @@ public class SegmentQuery:PageInput
public string? SegmentName { get; set; }
public Guid? SegmentationId { get; set; }
public Guid? VisitTaskId { get; set; }
public decimal? ShortAxis { get; set; }
public decimal? TLG { get; set; }
@@ -39,7 +39,7 @@ public class SegmentationAddOrEdit
public Guid TrialId { get; set; }
public Guid VisitTaksId { get; set; }
public Guid VisitTaskId { get; set; }
}
public class SegmentationQuery:PageInput
@@ -60,7 +60,7 @@ public class SegmentationQuery:PageInput
public Guid? TrialId { get; set; }
public Guid? VisitTaksId { get; set; }
public Guid? VisitTaskId { get; set; }
}