This commit is contained in:
he
2024-04-11 11:41:23 +08:00
parent fe2539afba
commit b65635c41c
3 changed files with 47 additions and 1 deletions
@@ -22,6 +22,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsSuvMaxLesion { get; set; }
}
public class GetCanChooseNotMergeInDto
{
public Guid VisitTaskId { get; set; }
}
public class GetCanChooseNotMergeOutDto
{
public bool IsCanChooseNotMerge { get; set; }
}
public class GetPPDInfoInDto
{
public Guid VisitTaskId { get; set; }