添加表格预设
This commit is contained in:
@@ -1007,6 +1007,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public int? PageShowOrder { get; set; }
|
||||
|
||||
public bool IsPreinstall { get {
|
||||
return this.TableQuestions.Questions.Any(x => x.IsPreinstall);
|
||||
} }
|
||||
|
||||
|
||||
|
||||
public List<TrialReadQuestionData> Childrens { get; set; }
|
||||
|
||||
@@ -324,6 +324,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public ImageMark? ImageMarkEnum { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否预设
|
||||
/// </summary>
|
||||
public bool IsPreinstall { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 影像工具
|
||||
/// </summary>
|
||||
@@ -513,6 +519,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public ValueOfType? ValueType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否预设
|
||||
/// </summary>
|
||||
public bool IsPreinstall { get; set; } = false;
|
||||
|
||||
public bool IsCopy { get; set; } = false;
|
||||
|
||||
|
||||
@@ -1692,6 +1703,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
|
||||
public string QuestionName { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
|
||||
Reference in New Issue
Block a user