修改一版

This commit is contained in:
he
2022-07-08 13:47:37 +08:00
parent b03a5da2a1
commit 7b94d2a74e
3 changed files with 13 additions and 2 deletions
@@ -33,6 +33,12 @@ namespace IRaCIS.Core.Application.ViewModel
public UserSimpleInfo DoctorUser { get; set; }
public UserSimpleInfo MedicalManagerUser { get; set; }
/// <summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
}
public class GenerateMedicalReviewTaskView : VisitTaskViewBasic