表格问题病灶
This commit is contained in:
@@ -44,6 +44,15 @@ public class ReadingTaskQuestionMark : BaseAddAuditEntity
|
||||
|
||||
public Guid? OtherStudyId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 表格问题标记
|
||||
/// </summary>
|
||||
public Guid? RowId { get; set; }
|
||||
|
||||
public Guid? TableQuestionId { get; set; }
|
||||
|
||||
public Guid? RowIndex { get; set; }
|
||||
|
||||
[MaxLength]
|
||||
public string OtherMarkTool { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user