Uat_Study
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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue