Uat_Study
parent
86e6db400e
commit
4227002816
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue