This commit is contained in:
he
2022-10-10 10:05:53 +08:00
parent 664870c725
commit b89029adff
7 changed files with 31 additions and 11 deletions
@@ -148,7 +148,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]