修改bug
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a8b218ce95
commit
ed62de9135
|
@ -81,11 +81,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
[ForeignKey("CreateUserId")]
|
[ForeignKey("CreateUserId")]
|
||||||
public User Uploader { get; set; }
|
public User Uploader { get; set; }
|
||||||
|
|
||||||
[JsonIgnore]
|
|
||||||
|
|
||||||
public List<ReadingClinicalData> ReadingClinicalDataList { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//软删除
|
//软删除
|
||||||
public bool IsDeleted { get; set; }
|
public bool IsDeleted { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue