This commit is contained in:
he
2022-10-11 17:58:55 +08:00
parent 0610193b04
commit da427b1a73
2 changed files with 3 additions and 0 deletions
@@ -656,6 +656,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public ReadingTaskState ReadingTaskState { get; set; }
public string GlobalUpdateType { get; set; }
public List<GlobalVisitInfo> TaskList { get; set; }
}