This commit is contained in:
he
2022-08-18 09:30:57 +08:00
parent 681c0fd02e
commit 041efdb831
7 changed files with 88 additions and 6 deletions
@@ -122,6 +122,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public TableQuestionType TableQuestionType { get; set; }
/// <summary>
/// 系统标准Id
/// </summary>
public Guid SystemCriterionId { get; set; }
}