Uat_Study
parent
02883db402
commit
86e6db400e
|
@ -294,7 +294,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsConvertedTask { get; set; } = false;
|
public bool IsConvertedTask { get; set; } = false;
|
||||||
|
|
||||||
public Guid BeforeConvertedTaskId { get; set; }
|
public Guid? BeforeConvertedTaskId { get; set; }
|
||||||
|
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public List<CrterionDictionaryGroup> CrterionDictionaryGroup
|
public List<CrterionDictionaryGroup> CrterionDictionaryGroup
|
||||||
|
|
Loading…
Reference in New Issue