修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-11-04 17:51:53 +08:00
parent f17001bace
commit 3354aa37f4
5 changed files with 8 additions and 6 deletions
@@ -87,7 +87,7 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
public string RelevanceValue { get; set; } = string.Empty;
[Comment("是否显示")]
public int ShowQuestion { get; set; }
public ShowQuestion ShowQuestion { get; set; }
[Comment("最大问题数")]
public int? MaxRowCount { get; set; }