融合问题修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user