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