添加上一次任务的答案
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-07-17 13:37:01 +08:00
parent d72f3e89a2
commit d9fc5e3646
2 changed files with 32 additions and 3 deletions
@@ -609,6 +609,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public string Answer { get; set; }
public string LastTaskAnswer { get; set; }
public bool IsFirstChangeTask { get; set; } = false;
public List<CrterionDictionaryGroup> CrterionDictionaryGroup { get; set; }