修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user