This commit is contained in:
he
2023-09-22 16:13:39 +08:00
parent a8212404ba
commit 6e1c6fbc49
2 changed files with 2 additions and 2 deletions
@@ -82,7 +82,7 @@ namespace IRaCIS.Core.Domain.Models
public QuestionType? QuestionType { get; set; }
public string? OrderMark { get; set; } = string.Empty;
public string? OrderMarkName { get; set; } = string.Empty;
}