添加表格预设

This commit is contained in:
he
2025-10-10 15:49:29 +08:00
parent 7e39094b13
commit 9b0c874314
9 changed files with 20487 additions and 5 deletions
@@ -167,6 +167,12 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("导出结果")]
public string ExportResultStr { get; set; } = "[]";
/// <summary>
/// 是否预设
/// </summary>
public bool IsPreinstall { get; set; } = false;
[NotMapped]
public List<ExportResult> ExportResult
{