修改一版
This commit is contained in:
@@ -185,6 +185,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public virtual Dictionary Position { get; set; }
|
||||
[JsonIgnore]
|
||||
public List<Attachment> AttachmentList { get; set; }
|
||||
[JsonIgnore]
|
||||
public List<DoctorCriterionFile> CriterionFileList { get; set; }
|
||||
|
||||
public bool IsVirtual { get; set; }
|
||||
|
||||
|
||||
@@ -55,8 +55,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// CreateTime
|
||||
/// </summary>
|
||||
public DateTime CreateTime { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("DoctorId")]
|
||||
public Doctor Doctor { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user