一致性分析任务生成bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 14:55:13 +08:00
parent 795caf19e7
commit 03c2a67fe4
3 changed files with 16 additions and 6 deletions
+4 -2
View File
@@ -89,10 +89,12 @@ namespace IRaCIS.Core.Domain.Models
public List<ReadingClinicalData> ReadingClinicalDataList { get; set; }
[JsonIgnore]
public List<ReadingConsistentClinicalData> ReadingConsistentClinicalDataList { get; set; }
//软删除
public bool IsDeleted { get; set; }
//软删除
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }