修改
This commit is contained in:
@@ -11,7 +11,18 @@ using System.Reflection.Metadata.Ecma335;
|
||||
namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
|
||||
public class GetPPDInfoInDto
|
||||
public class GetIsSuvMaxLesionInDto
|
||||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
public Guid RowId { get; set; }
|
||||
}
|
||||
|
||||
public class GetIsSuvMaxLesionOutDto
|
||||
{
|
||||
public bool IsSuvMaxLesion { get; set; }
|
||||
}
|
||||
|
||||
public class GetPPDInfoInDto
|
||||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user