@@ -135,6 +135,11 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
|
||||
/// </summary>
|
||||
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
|
||||
|
||||
/// <summary>
|
||||
/// 选项类型
|
||||
/// </summary>
|
||||
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
|
||||
|
||||
[Comment("限制编辑")]
|
||||
public LimitEdit LimitEdit { get; set; } = LimitEdit.None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user