This commit is contained in:
he
2023-03-24 09:49:38 +08:00
parent 0017b9c98e
commit 040f721394
4 changed files with 60 additions and 3 deletions
@@ -543,7 +543,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? DeleteUserId { get; set; }
/// <summary>
/// 来自于哪个标记
/// </summary>
public string FromMark { get; set; } = string.Empty;
public string RowMark { get; set; } = string.Empty;
}