This commit is contained in:
he
2024-03-29 13:24:57 +08:00
parent c718ec8446
commit be088d8ba2
2 changed files with 15 additions and 8 deletions
@@ -48,10 +48,15 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? SystemClinicalDataSetId { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 系统的ClinicalDataSet
/// </summary>
public ClinicalDataSystemSet? ClinicalDataSystemSet { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 创建人