This commit is contained in:
he
2023-06-21 14:01:49 +08:00
parent ea48fcac64
commit 5360c577af
8 changed files with 129 additions and 5 deletions
@@ -102,6 +102,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public ClinicalQuestionShow ClinicalQuestionShowEnum { get; set; } = ClinicalQuestionShow.Show;
/// <summary>
/// 是否是检查日期
/// </summary>
public bool IsCheckDate { get; set; }
}