修改一版

This commit is contained in:
he
2022-07-05 09:26:00 +08:00
parent bfe037a672
commit c2e5f76970
4 changed files with 16 additions and 26 deletions
@@ -17,10 +17,14 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime? AuditSignTime { get; set; }
public int DoctorUserIdeaEnum { get; set; }
public Guid? MedicalManagerUserId { get; set; }
public string AuditSuggestion { get; set; }
/// <summary>
/// 审核建议
/// </summary>
public AuditAdvice AuditAdviceEnum { get; set; }
public UserSimpleInfo DoctorUser { get; set; }
public UserSimpleInfo MedicalManagerUser { get; set; }