修改 一版

This commit is contained in:
he
2022-07-05 09:57:14 +08:00
parent f48de87e5c
commit 4337dbed0b
3 changed files with 112 additions and 0 deletions
@@ -116,6 +116,18 @@ namespace IRaCIS.Core.Domain.Models
public DateTime? SaveQuestionTime { get; set; }
/// <summary>
/// 不同意重阅原因
/// </summary>
public string DisagreeReason { get; set; } = string.Empty;
/// <summary>
/// 是否申请重阅
/// </summary>
public bool IsApplyHeavyReading { get; set; } = false;
}
}