添加defaultValue
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-12-30 16:01:59 +08:00
parent b2ba48ea90
commit b0b3744cb1
8 changed files with 18644 additions and 5 deletions
@@ -93,6 +93,9 @@ public class ReadingTableQuestionTrial : BaseAddAuditEntity
public ShowQuestion ShowQuestion { get; set; }
public int? MaxRowCount { get; set; }
[Comment("默认值")]
public string DefaultValue { get; set; } = string.Empty;
[Comment("图片数量")]
public int? ImageCount { get; set; }