This commit is contained in:
he
2023-03-30 11:57:15 +08:00
parent 59b6be751f
commit 011189564a
2 changed files with 6 additions and 0 deletions
@@ -274,6 +274,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsCurrentTask { get; set; }
public Guid? BeforeConvertedTaskId { get; set; }
public bool IsConvertedTask { get; set; }
public List<CrterionDictionaryGroup> CrterionDictionaryGroup { get; set; }
}