This commit is contained in:
he
2023-05-19 13:59:42 +08:00
parent 8a1a07980d
commit 919a6c7028
5 changed files with 27 additions and 9 deletions
@@ -153,7 +153,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string FromMark { get; set; } = string.Empty;
public bool IsDeleted { get; set; }
/// <summary>
/// 报告页面显示来自于哪个标记
/// </summary>
public string ReportMark { get; set; } = string.Empty;
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }