IRC_NewDev
parent
be088d8ba2
commit
06bd63b6d1
|
@ -49,8 +49,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public Guid? SystemClinicalDataSetId { get; set; }
|
public Guid? SystemClinicalDataSetId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 系统的ClinicalDataSet
|
/// SystemClinicalDataSetId
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[ForeignKey("SystemClinicalDataSetId")]
|
||||||
public ClinicalDataSystemSet? ClinicalDataSystemSet { get; set; }
|
public ClinicalDataSystemSet? ClinicalDataSystemSet { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue