Uat_Study
he 2023-03-23 15:45:21 +08:00
parent 86e6db400e
commit 4227002816
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsConvertedTask { get; set; } = false;
/// <summary>
/// 转换之前的任务Id
/// </summary>
public Guid? BeforeConvertedTaskId { get; set; }
[NotMapped]