修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user