This commit is contained in:
he
2022-09-16 13:37:30 +08:00
parent d8b646410b
commit 63f1e52376
3 changed files with 3 additions and 18 deletions
@@ -373,11 +373,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否完成配置
/// </summary>
public bool IsCompleteConfig { get; set; } = false;
/// <summary>
/// 标准英文
/// </summary>
public string CriterionEName { get; set; }
}
/// <summary>
@@ -1121,10 +1116,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string CriterionName { get; set; }
/// <summary>
/// 标准英文
/// </summary>
public string CriterionEName { get; set; }
}
public class ReadingQuestionCriterionSystemView
@@ -1158,10 +1149,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int QuestionCount { get; set; }
/// <summary>
/// 标准英文
/// </summary>
public string CriterionEName { get; set; }
public bool IsBeUsed { get; set; } = false;
}
@@ -698,7 +698,7 @@ namespace IRaCIS.Application.Services
{
Id = x.Id,
CriterionName = x.CriterionName,
CriterionEName=x.CriterionEName,
}).ToListAsync();
return criterionList;
}