添加上一次

This commit is contained in:
he
2024-12-25 16:09:10 +08:00
parent 2e9afc2ce8
commit 3ae311bd02
5 changed files with 69 additions and 7 deletions
@@ -469,13 +469,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int? NumberOfFrames { get; set; }
public string MeasureData { get; set; } = string.Empty;
public Guid FirstAddTaskId
{
get
{
return this.VisitTaskId;
}
}
public Guid? FirstAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; }
public string OrderMarkName { get; set; } = string.Empty;