This commit is contained in:
he
2022-10-28 18:03:28 +08:00
parent 711e74e33e
commit 28c7b173b2
3 changed files with 31 additions and 0 deletions
@@ -145,6 +145,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 数值类型
/// </summary>
@@ -152,6 +152,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public ShowQuestion ShowQuestion { get; set; } = ShowQuestion.Show;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } =string.Empty;
/// <summary>
/// 最大问题数
/// </summary>