修改动态导表
This commit is contained in:
@@ -42,9 +42,6 @@ public class VisitTask : BaseFullAuditEntity
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableAnswerRowInfo> LesionList { get; set; } = new List<ReadingTableAnswerRowInfo>();
|
||||
|
||||
[Comment("病灶答案表")]
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();
|
||||
[Comment("重阅或者退回影像的记录中间表")]
|
||||
[JsonIgnore]
|
||||
public List<TaskInfluence> TaskInfluenceList { get; set; } = new List<TaskInfluence>();
|
||||
|
||||
Reference in New Issue
Block a user