@@ -860,6 +860,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
public string CriterionModalitys { get; set; }
|
||||
|
||||
public ReadingImageDownload? ImageDownloadEnum { get; set; }
|
||||
|
||||
public ReadingImageUpload? ImageUploadEnum { get; set; }
|
||||
|
||||
|
||||
//是否附加评估
|
||||
public bool IsAdditionalAssessment { get; set; }
|
||||
|
||||
|
||||
@@ -601,6 +601,8 @@ namespace IRaCIS.Core.Application
|
||||
|
||||
await _readingQuestionCriterionTrialRepository.UpdatePartialFromQueryAsync(inDto.TrialReadingCriterionId, x => new ReadingQuestionCriterionTrial()
|
||||
{
|
||||
ImageDownloadEnum=inDto.ImageDownloadEnum,
|
||||
ImageUploadEnum=inDto.ImageUploadEnum,
|
||||
CriterionModalitys=inDto.CriterionModalitys,
|
||||
ReadingTool = inDto.ReadingTool,
|
||||
IsReadingPeriod = inDto.IsReadingPeriod,
|
||||
|
||||
Reference in New Issue
Block a user