From fafdd541995d0f094692eeebd744caf6e246fb2e Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 30 九月 2025 17:22:49 +0800
Subject: [PATCH] 修改修复问题

---
 multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java
index 7a30eda..3536986 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java
@@ -57,6 +57,10 @@
     @NotNull(message = "责任人/使用人不能为空")
     private Long personResponsible;
 
+    @ApiModelProperty(value = "责任人/使用人名称")
+    @TableField(exist = false)
+    private String personResponsibleName;
+
     @ApiModelProperty("设备类型1生成设备2办公自动化设备")
     @TableField("device_type")
     @NotNull(message = "设备类型不能为空")

--
Gitblit v1.9.2