This commit is contained in:
he
2023-03-22 15:22:17 +08:00
parent 74fe7c6e15
commit fba9a7ce19
3 changed files with 9 additions and 0 deletions
@@ -148,6 +148,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public decimal? WL { get; set; }
/// <summary>
/// 来自于哪个标记
/// </summary>
public string FromMark { get; set; } = string.Empty;
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }