表格问题病灶

This commit is contained in:
he
2024-12-23 17:45:42 +08:00
parent e22a015fcb
commit 3cde829319
12 changed files with 18526 additions and 2 deletions
@@ -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;