This commit is contained in:
he
2022-09-21 13:24:30 +08:00
parent cfef211808
commit b313a89dd6
5 changed files with 114 additions and 25 deletions
@@ -61,6 +61,17 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsCurrentTaskAdd { get; set; } = false;
/// <summary>
/// SplitRowId
/// </summary>
public Guid? SplitRowId { get; set; }
/// <summary>
/// MergeRowId
/// </summary>
public Guid? MergeRowId { get; set; }
/// <summary>
/// CreateUserId
/// </summary>