添加字段

This commit is contained in:
he
2025-05-27 10:27:33 +08:00
parent 0c28f85f49
commit eabf8f4532
8 changed files with 19561 additions and 1 deletions
@@ -182,6 +182,11 @@ public class ReadingTableQuestionTrial : BaseAddAuditEntity
/// </summary>
public string CDISCCode { get; set; } = string.Empty;
/// <summary>
/// 影像标记
/// </summary>
public ImageMark? ImageMarkEnum { get; set; }
[NotMapped]
public List<ExportResult> ExportResult
{