添加重阅复制的逻辑

This commit is contained in:
he
2025-12-03 15:13:38 +08:00
parent 7d88f49e68
commit 8de44fb7b3
4 changed files with 188 additions and 1 deletions
@@ -956,6 +956,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class CopyTableAnswerRowInfo : ReadingTableAnswerRowInfoBase
{
public Guid? IdentityRowId { get; set; }
public Guid OriginalId { get; set; }
public LesionType? LesionType { get; set; }