添加字段

This commit is contained in:
he
2025-08-07 11:46:26 +08:00
parent a267bc13b4
commit 90671b2c34
10 changed files with 20009 additions and 10 deletions
@@ -226,6 +226,11 @@ public class ReadingQuestionTrial : BaseAddAuditEntity
[Comment("限制显示")]
public LimitShow LimitShow { get; set; } = LimitShow.AllShow;
/// <summary>
/// 排除显示的访视名称
/// </summary>
public List<decimal> ExcludeShowVisitList { get; set; } = new List<decimal>() { };
[MaxLength]
[Comment("自定义计算标记")]
public string CalculateQuestions { get; set; } = "[]";