修改一版

This commit is contained in:
he
2022-11-17 16:14:18 +08:00
parent 385bb1116e
commit 38ef0557a6
6 changed files with 69 additions and 0 deletions
@@ -148,6 +148,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public ValueUnit? Unit { get; set; }
/// <summary>
/// 数据来源
/// </summary>
public DataSources DataSource { get; set; } = DataSources.ManualEntry;
[ForeignKey("DependParentId")]
public ReadingTableQuestionSystem DependParentQuestion { get; set; }
}