修改bug
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-05-17 14:53:11 +08:00
parent a8b218ce95
commit ed62de9135
1 changed files with 0 additions and 5 deletions

View File

@ -81,11 +81,6 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("CreateUserId")]
public User Uploader { get; set; }
[JsonIgnore]
public List<ReadingClinicalData> ReadingClinicalDataList { get; set; }
//软删除
public bool IsDeleted { get; set; }