This commit is contained in:
he
2022-08-03 16:07:41 +08:00
parent 2daa2fdb13
commit 438474406a
@@ -278,6 +278,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; } = string.Empty;
/// <summary>
/// 图片数量
/// </summary>
public int ImageCount { get; set; } = 0;
}
public class ReadingQuestionSystemView
@@ -677,6 +683,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; } = string.Empty;
/// <summary>
/// 图片数量
/// </summary>
public int ImageCount { get; set; } = 0;
}