清理多余的字段
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a31eef5ccd
commit
9d6a046d7f
|
@ -1045,7 +1045,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public List<string> RelevanceValueList { get; set; }
|
public List<string> RelevanceValueList { get; set; }
|
||||||
public List<CalculateInfo> CalculateQuestionList { get; set; }
|
public List<CalculateInfo> CalculateQuestionList { get; set; }
|
||||||
|
|
||||||
public AssessmentResultType AssessmentResultEnum { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ReadingQuestionSystemView
|
public class ReadingQuestionSystemView
|
||||||
|
@ -1986,7 +1986,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public List<string> ParentTriggerValueList { get; set; }
|
public List<string> ParentTriggerValueList { get; set; }
|
||||||
public List<string> RelevanceValueList { get; set; }
|
public List<string> RelevanceValueList { get; set; }
|
||||||
|
|
||||||
public AssessmentResultType AssessmentResultEnum { get; set; }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//public AssessmentResultType AssessmentResultEnum { get; set; }
|
//
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[ForeignKey("GroupId")]
|
[ForeignKey("GroupId")]
|
||||||
|
|
Loading…
Reference in New Issue