修改导航属性

Uat_Study
{872297557@qq.com} 2022-12-26 17:21:43 +08:00
parent bf29219da0
commit 824830bfe4
1 changed files with 7 additions and 2 deletions

View File

@ -63,8 +63,7 @@ namespace IRaCIS.Core.Domain.Models
public Guid RowId { get; set; }
public Guid UpdateUserId { get; set; }
//string UpdateUserName { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public bool IsDeleted { get; set; }
@ -74,6 +73,12 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DeleteUserId { get; set; }
[JsonIgnore]
[ForeignKey("RowId")]
public ReadingTableAnswerRowInfo Lesion { get; set; }
[JsonIgnore]
[ForeignKey("QuestionId")]