修改阅片标准

This commit is contained in:
2022-11-03 14:08:09 +08:00
parent 9f765f1db1
commit 592ec6ed98
11 changed files with 202 additions and 62 deletions
+6
View File
@@ -177,6 +177,12 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DeleteUserId { get; set; }
public Guid? SubmitUserId { get; set; }
[JsonIgnore]
[ForeignKey("SubmitUserId")]
public User SubmitUser { get; set; }
//导航属性
[JsonIgnore]
[ForeignKey("TrialId")]