修改一版

This commit is contained in:
he
2022-07-08 13:45:54 +08:00
parent a5e7d6eca2
commit b03a5da2a1
3 changed files with 24 additions and 2 deletions
@@ -153,7 +153,13 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsSendMessage { get; set; } = false;
/// <summary>
/// <summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
/// <summary>
/// 对话关闭原因
/// </summary>
public string DialogCloseReason { get; set; } = string.Empty;