临时去掉导航属性
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user