This commit is contained in:
he
2022-10-27 15:01:04 +08:00
parent 07c748a4ce
commit 217a618082
4 changed files with 40 additions and 4 deletions
@@ -104,6 +104,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ValueUnit? Unit { get; set; }
public decimal FristAddTaskNum { get; set; }
public ReportLayType ReportLayType { get; set; } = ReportLayType.Group;
public List<TaskQuestionAnswer> Answer { get; set; } = new List<TaskQuestionAnswer>();
public List<ReadingReportDto> Childrens { get; set; } = new List<ReadingReportDto>();