This commit is contained in:
he
2024-10-23 11:47:21 +08:00
parent c4501321ed
commit 2d90ecd90f
7 changed files with 279 additions and 27 deletions
@@ -87,6 +87,9 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("最大问题数")]
public int? MaxRowCount { get; set; }
[Comment("图片数量")]
public int? ImageCount { get; set; }
[Comment("数据表名称")]
public string DataTableName { get; set; } = string.Empty;