导航属性加注释
This commit is contained in:
@@ -6,6 +6,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
public class QCChallengeDialog : Entity, IAuditAdd
|
||||
{
|
||||
[JsonIgnore]
|
||||
public QCChallenge QCChallenge { get; set; }
|
||||
public string TalkContent { get; set; } = string.Empty;
|
||||
|
||||
@@ -13,6 +14,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid SubjectVisitId { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("CreateUserId")]
|
||||
public User CreateUser { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user