This commit is contained in:
he
2023-01-09 16:07:38 +08:00
parent db04a40f48
commit 2832f0f3b0
5 changed files with 73 additions and 1 deletions
@@ -236,6 +236,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsBaseLine { get; set; }
public DateTime? LatestScanDate { get; set; }
public string TaskName { get; set; }
public decimal VisitTaskNum { get; set; }
@@ -361,6 +363,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid QuestionId { get; set; }
/// <summary>
/// 器官Id
/// </summary>
public Guid? OrganInfoId { get; set; }
/// <summary>
/// VisitTaskId
/// </summary>