修改时间国际化

This commit is contained in:
2024-08-27 14:47:20 +08:00
parent f52b09e5e8
commit 633abdf0f4
8 changed files with 359 additions and 31 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ namespace IRaCIS.Core.Domain.Models
public List<ClinicalDataTrialSet> clinicalDataTrialSets { get; set; } = new List<ClinicalDataTrialSet> { };
[JsonIgnore]
public List<TrialStatusDetail> ClinicalTrialProjectDetails { get; set; }
public List<TrialStatusDetail> ClinicalTrialProjectDetails { get; set; } = new List<TrialStatusDetail> { };
[JsonIgnore]
public List<TrialDictionary> TrialDicList { get; set; } = new List<TrialDictionary>();