This commit is contained in:
he
2022-08-10 10:10:54 +08:00
parent 63c92874c3
commit 84ce2e2032
7 changed files with 111 additions and 29 deletions
@@ -37,7 +37,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 是否是必须
/// </summary>
public bool IsRequired { get; set; }
public IsRequired IsRequired { get; set; }
/// <summary>
/// 排序
@@ -84,6 +84,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int ImageCount { get; set; } = 1;
/// <summary>
/// 是否显示
/// </summary>
public ShowQuestion ShowQuestion { get; set; } = ShowQuestion.Show;
/// <summary>
/// 创建人
/// </summary>