@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user