临时去掉导航属性

This commit is contained in:
2022-07-06 17:55:18 +08:00
parent 0858615fc7
commit aa9c8c6294
4 changed files with 3 additions and 4 deletions
@@ -100,7 +100,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string SubjectCode { get; set; } = String.Empty;
[JsonIgnore]
public List<UserSimpleInfo> RelationDoctorUserList { get; set; }
public List<UserSimpleInfo> RelationDoctorUserList { get; set; } = new List<UserSimpleInfo>();
[JsonIgnore]
public Guid? DoctorUserId { get; set; }