修改
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user