添加字段

This commit is contained in:
he
2025-12-02 11:27:11 +08:00
parent 4955a24d6f
commit 43d1a94f22
6 changed files with 21376 additions and 1 deletions
@@ -127,4 +127,9 @@ public class ReadingTableAnswerRowInfo : BaseFullDeleteAuditEntity
[Comment("标记工具")]
public string MarkTool { get; set; } = string.Empty;
/// <summary>
/// 病灶的身份Id 这个是病灶复制答案需要的
/// </summary>
public Guid? IdentityRowId { get; set; }
}