This commit is contained in:
he
2023-09-22 16:07:33 +08:00
parent 5399c89d8e
commit a8212404ba
3 changed files with 13 additions and 19 deletions
@@ -81,6 +81,10 @@ namespace IRaCIS.Core.Domain.Models
public QuestionType? QuestionType { get; set; }
public string? OrderMark { get; set; } = string.Empty;
}