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
@@ -93,6 +93,9 @@ public class ReadingTableQuestionTrial : BaseAddAuditEntity
public int ShowQuestion { get; set; }
public int? MaxRowCount { get; set; }
[Comment("图片数量")]
public int? ImageCount { get; set; }
public string DataTableName { get; set; } = string.Empty;
public string DataTableColumn { get; set; } = string.Empty;