Compare commits
No commits in common. "d9fda60b9912b80ee59b0597b685756435b3dff3" and "734675a1a5b6d321eec471a3250e472251cb2a27" have entirely different histories.
d9fda60b99
...
734675a1a5
|
@ -1281,13 +1281,6 @@ 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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue