修改阅片标准
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user