This commit is contained in:
he
2022-12-28 17:57:57 +08:00
parent b194451752
commit 1ad7308108
3 changed files with 15 additions and 4 deletions
@@ -37,10 +37,15 @@ namespace IRaCIS.Core.Domain.Models
/// 用户角色
/// </summary>
public string UserTypeShortName { get; set; }
/// <summary>
/// 用户角色枚举
/// </summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose? MedicalDialogCloseEnum { get; set; }
/// <summary>
/// 用户角色枚举
/// </summary>
public int UserTypeEnumInt { get; set; }
/// <summary>