This commit is contained in:
he
2023-02-23 14:51:01 +08:00
parent 9e0f4eb0d6
commit c9b6287b46
8 changed files with 161 additions and 5 deletions
@@ -24,6 +24,16 @@ namespace IRaCIS.Core.Application.ViewModel
public decimal VisitTaskNum { get; set; }
public bool IsUrgent { get; set; }
/// <summary>
/// 加急类型
/// </summary>
public TaskUrgentType? TaskUrgentType { get; set; }
public string TaskUrgentRemake { get; set; } = string.Empty;
public ReadingCategory ReadingCategory { get; set; }
public TaskAllocationState TaskAllocationState { get; set; }