Uat_Study
he 2022-08-03 16:07:41 +08:00
parent 2daa2fdb13
commit 438474406a
1 changed files with 12 additions and 0 deletions

View File

@ -278,6 +278,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value /// 关联Value
/// </summary> /// </summary>
public string RelevanceValue { get; set; } = string.Empty; public string RelevanceValue { get; set; } = string.Empty;
/// <summary>
/// 图片数量
/// </summary>
public int ImageCount { get; set; } = 0;
} }
public class ReadingQuestionSystemView public class ReadingQuestionSystemView
@ -677,6 +683,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value /// 关联Value
/// </summary> /// </summary>
public string RelevanceValue { get; set; } = string.Empty; public string RelevanceValue { get; set; } = string.Empty;
/// <summary>
/// 图片数量
/// </summary>
public int ImageCount { get; set; } = 0;
} }