Uat_Study
parent
d8b646410b
commit
63f1e52376
|
@ -373,11 +373,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// 是否完成配置
|
/// 是否完成配置
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsCompleteConfig { get; set; } = false;
|
public bool IsCompleteConfig { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 标准英文
|
|
||||||
/// </summary>
|
|
||||||
public string CriterionEName { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1121,10 +1116,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string CriterionName { get; set; }
|
public string CriterionName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 标准英文
|
|
||||||
/// </summary>
|
|
||||||
public string CriterionEName { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ReadingQuestionCriterionSystemView
|
public class ReadingQuestionCriterionSystemView
|
||||||
|
@ -1158,10 +1149,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public int QuestionCount { get; set; }
|
public int QuestionCount { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 标准英文
|
|
||||||
/// </summary>
|
|
||||||
public string CriterionEName { get; set; }
|
|
||||||
|
|
||||||
public bool IsBeUsed { get; set; } = false;
|
public bool IsBeUsed { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -698,7 +698,7 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
Id = x.Id,
|
Id = x.Id,
|
||||||
CriterionName = x.CriterionName,
|
CriterionName = x.CriterionName,
|
||||||
CriterionEName=x.CriterionEName,
|
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
return criterionList;
|
return criterionList;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,10 +44,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime ConfirmTime { get; set; }
|
public DateTime ConfirmTime { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 标准英文
|
|
||||||
/// </summary>
|
|
||||||
public string CriterionEName { get; set; } = string.Empty;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 创建人
|
/// 创建人
|
||||||
|
|
Loading…
Reference in New Issue