稽查修改

This commit is contained in:
he
2025-07-29 14:03:40 +08:00
parent 71a4b241fd
commit f8f0b5661a
2 changed files with 68 additions and 14 deletions
@@ -674,6 +674,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public CriterionType CriterionType { get; set; }
}
public class MarkAuditInfo
{
public string Param { get; set; }
public bool IsGeneralMark { get; set; }
}
public class ChangeDicomReadingQuestionAnswerInDto
{
public Guid VisitTaskId { get; set; }