This commit is contained in:
he
2023-05-09 09:33:42 +08:00
parent 127b643e44
commit 57c4b198f7
3 changed files with 28 additions and 9 deletions
@@ -173,8 +173,13 @@ namespace IRaCIS.Core.Domain.Models
//病灶编号
public string RowMark { get; set; } = string.Empty;
/// <summary>
/// 标记工具
/// </summary>
public string MarkTool { get; set; } = string.Empty;
[JsonIgnore]
[JsonIgnore]
[ForeignKey("VisitTaskId")]
public VisitTask VisitTask { get; set; }