From c600eb961aee6d178271d334beac7dd19f8fc289 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期五, 17 十月 2025 09:13:22 +0800
Subject: [PATCH] 修改

---
 multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java |    2 +-
 1 files changed, 1 insertions(+), 1 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 0e2de71..0c6422e 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
@@ -67,7 +67,7 @@
     @TableField(exist = false)
     private String personResponsibleName;
 
-    @ApiModelProperty("设备类型1计算机设备2办公自动化设备3外部设备4其他")
+    @ApiModelProperty("设备类型1计算机设备2办公自动化设备3外部设备4其他5生产设备")
     @TableField("device_type")
     @NotNull(message = "设备类型不能为空")
     private Integer deviceType;

--
Gitblit v1.9.2