修改一版

This commit is contained in:
he
2022-07-08 13:30:43 +08:00
parent ad7c93ee64
commit eb890b0c76
4 changed files with 55 additions and 2 deletions
@@ -154,6 +154,17 @@ namespace IRaCIS.Core.Domain.Models
public bool IsSendMessage { get; set; } = false;
/// <summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
/// <summary>
/// 对话关闭原因
/// </summary>
public string DialogCloseReason { get; set; } = string.Empty;
}