修改一版

This commit is contained in:
he
2022-08-30 13:23:42 +08:00
parent b15505f2ba
commit d4a1f6f113
6 changed files with 103 additions and 10 deletions
@@ -29,10 +29,21 @@ namespace IRaCIS.Core.Domain.Models
/// TrialId
/// </summary>
public Guid TrialId { get; set; }
/// <summary>
/// RowIndex
/// </summary>
/// InstanceId
/// </summary>
public Guid? InstanceId { get; set; }
/// <summary>
/// SeriesId
/// </summary>
public Guid? SeriesId { get; set; }
/// <summary>
/// RowIndex
/// </summary>
public int RowIndex { get; set; }
/// <summary>