清理多余的字段
continuous-integration/drone/push Build is passing Details

Uat_Study^2
hang 2024-05-20 15:36:10 +08:00
parent a31eef5ccd
commit 9d6a046d7f
2 changed files with 3 additions and 3 deletions

View File

@ -1045,7 +1045,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<string> RelevanceValueList { get; set; }
public List<CalculateInfo> CalculateQuestionList { get; set; }
public AssessmentResultType AssessmentResultEnum { get; set; }
}
public class ReadingQuestionSystemView
@ -1986,7 +1986,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<string> ParentTriggerValueList { get; set; }
public List<string> RelevanceValueList { get; set; }
public AssessmentResultType AssessmentResultEnum { get; set; }
}

View File

@ -268,7 +268,7 @@ namespace IRaCIS.Core.Domain.Models
//public AssessmentResultType AssessmentResultEnum { get; set; }
//
[JsonIgnore]
[ForeignKey("GroupId")]