添加字段

Test_IRC_Net8
he 2025-06-09 13:39:47 +08:00
parent 1c7f4eac90
commit 6508698bda
1 changed files with 7 additions and 0 deletions

View File

@ -1281,6 +1281,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int? OtherNumberOfFrames { get; set; }
public string? OtherMeasureData { get; set; }
/// <summary>
/// 表格问题标记
/// </summary>
public Guid? RowId { get; set; }
public Guid? TableQuestionId { get; set; }
}
public class GetReadingQuestionAndAnswerInDto
{