修改一版
This commit is contained in:
@@ -327,16 +327,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public int ArbitrationRule { get; set; } = 2;
|
||||
|
||||
/// <summary>
|
||||
/// 修约小数点
|
||||
/// </summary>
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
public FormType? FormType { get; set; }
|
||||
/// <summary>
|
||||
/// 项目标准Id
|
||||
/// </summary>
|
||||
public Guid? TrialCriterionId { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 全局阅片
|
||||
@@ -370,21 +361,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目分页
|
||||
/// </summary>
|
||||
public List<ReadingCriterionPageDto> ReadingCriterionPageList { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目裁判问题集合
|
||||
/// </summary>
|
||||
public List<TrialJudgeQuestion> TrialJudgeQuestionList { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目问题集合
|
||||
/// </summary>
|
||||
public List<TrialReadQuestion> TrialQuestionList { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class ReadingCriterionPageDto
|
||||
@@ -546,6 +525,31 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public Guid TrialId { get; set; }
|
||||
}
|
||||
|
||||
public class GetTrialReadingCriterionInfoOutDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 修约小数点
|
||||
/// </summary>
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
public FormType? FormType { get; set; }
|
||||
/// <summary>
|
||||
/// 项目标准Id
|
||||
/// </summary>
|
||||
public Guid? TrialCriterionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 项目分页
|
||||
/// </summary>
|
||||
public List<ReadingCriterionPageDto> ReadingCriterionPageList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 项目问题集合
|
||||
/// </summary>
|
||||
public List<TrialReadQuestion> TrialQuestionList { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class GetTrialReadingInfoInDto
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user