添加表格预设
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user