This commit is contained in:
he
2022-11-24 15:36:22 +08:00
parent 55388ce67f
commit 51ea01cb20
3 changed files with 17 additions and 5 deletions
@@ -257,6 +257,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public ReadingCalculateDto calculateDto { get; set; }
public bool IsAnalysisCreate { get; set; }
public Guid QuestionId { get; set; }
}