修改一版

This commit is contained in:
he
2023-03-10 15:46:40 +08:00
parent 77be8b7e4a
commit 719e975a71
12 changed files with 78 additions and 18 deletions
@@ -40,6 +40,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TableQuestionId { get; set; }
public Guid? GroupId { get; set; }
public int ShowOrder { get; set; }
@@ -2207,8 +2209,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid Id { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// 数据列
@@ -766,6 +766,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string GroupName { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// 全局阅片显示类型
/// </summary>
@@ -1035,6 +1038,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// 问题类型
@@ -1299,6 +1304,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TypeValue { get; set; }
public string GroupName { get; set; }
public Guid? GroupId { get; set; }
}
public class SetTrialQuestionIsIsJudgeQuestionInDto
@@ -1362,6 +1369,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
public class GetTrialGroupNameOutDto
{
public Guid GroupId { get; set; }
public string GroupName { get; set; } = string.Empty;
}
public class GetTrialGroupNameListInDto
{
/// <summary>
@@ -1535,6 +1550,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// Id
/// </summary>
@@ -1724,6 +1741,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// 答案分组