融合问题修改

This commit is contained in:
he
2024-02-23 13:08:10 +08:00
parent a55ec01992
commit c743335d13
3 changed files with 11 additions and 38 deletions
@@ -325,19 +325,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 融合的病灶
/// 融合的病灶
/// </summary>
public Guid MergeRowId { get; set; }
public Guid MergeMainRowId { get; set; }
/// <summary>
/// 融的病灶
/// 融的病灶
/// </summary>
public List<Guid> MeltingInToLesionList { get; set; }
///// <summary>
///// 融合后病灶状态
///// </summary>
//public string LesionState { get; set; }
public List<Guid> MergeRowIdList { get; set; }
}