修改一版

This commit is contained in:
he
2022-06-14 15:20:49 +08:00
parent 6070dbca25
commit e50db3f317
8 changed files with 38 additions and 8 deletions
@@ -229,7 +229,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 当前ID
/// </summary>
public Guid? ReadingQuestionTrialId { get; set; }
public Guid? Id { get; set; }
}
public class GetSystemCriterionOtherQuestionInDto
@@ -240,7 +240,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 当前ID
/// </summary>
public Guid? ReadingQuestionSystemId { get; set; }
public Guid? Id { get; set; }
}
public class ReadingQuestionSystemViewInDto : PageInput