diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 18df0703..6079145d 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -532,13 +532,7 @@
-
-
- 肿瘤疗效评估表 ( 目前 RECIST1.1)
-
-
-
-
+
评估病灶明细表 ( 目前 RECIST1.1 PGW3 表都是不同的)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
index 6cee8cc5..8fef6248 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
@@ -24,6 +24,8 @@ namespace IRaCIS.Core.Application.ViewModel
public bool MetaKey { get; set; }
public string KeyboardShow { get; set; }
+
+ public string Code { get; set; } = string.Empty;
}
public class RestoreDefaultShortcutKeyInDto
@@ -53,6 +55,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool ShiftKey { get; set; }
public bool MetaKey { get; set; }
+ public string Code { get; set; } = string.Empty;
}
diff --git a/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs b/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
index 49c0e3e1..3dfe5dc5 100644
--- a/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
+++ b/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
@@ -52,6 +52,8 @@ namespace IRaCIS.Core.Domain.Models
public string KeyboardShow { get; set; }
+ public string Code { get; set; } = string.Empty;
+
}