修改
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user