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")]
@@ -181,7 +181,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
/// <summary>
/// 分页标准
@@ -146,7 +146,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
[ForeignKey("DependParentId")]
public ReadingTableQuestionSystem DependParentQuestion { get; set; }
@@ -150,7 +150,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
[JsonIgnore]
[ForeignKey("DependParentId")]