From 4f3a98f19143865cdc1de4791e8a95d96bd40c65 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期五, 01 八月 2025 13:27:59 +0800
Subject: [PATCH] yys 密码已重置

---
 ruoyi-common/src/main/java/com/ruoyi/common/constant/DeviceImpowerConstants.java |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/constant/DeviceImpowerConstants.java b/ruoyi-common/src/main/java/com/ruoyi/common/constant/DeviceImpowerConstants.java
new file mode 100644
index 0000000..1971195
--- /dev/null
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/constant/DeviceImpowerConstants.java
@@ -0,0 +1,65 @@
+package com.ruoyi.common.constant;
+
+/**
+ * @Author zhuo
+ * @Date 2025/4/18
+ */
+public class DeviceImpowerConstants {
+
+    /**
+     * 鑰佸寲瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String AGING_MAINTENANCE_CONTENT = "aging_maintenance_content";
+
+    /**
+     * 鐢垫�ц兘瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String ELECTRICAL_MAINTENANCE_CONTENT = "electrical_maintenance_content";
+
+    /**
+     * 鐜瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String ENVIRONMENTAL_MAINTENANCE_CONTENT = "environmental_maintenance_content";
+
+    /**
+     * 鐕冪儳瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String BURN_MAINTENANCE_CONTENT = "burn_maintenance_content";
+
+    /**
+     * 娣风偧瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String MIXING_MAINTENANCE_CONTENT = "mixing_maintenance_content";
+
+    /**
+     * 妫�娴嬩腑蹇冪數鎬ц兘瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String CENTER_ELECTRICAL_MAINTENANCE_CONTENT = "center_electrical_maintenance_content";
+
+    /**
+     * 鎭掓俯浜岀淮鎶ゅ唴瀹�
+     */
+    public static final String TEMPERATURE2_MAINTENANCE_CONTENT = "temperature2_maintenance_content";
+
+
+    /**
+     * 鎭掓俯涓�缁存姢鍐呭
+     */
+    public static final String TEMPERATURE1_MAINTENANCE_CONTENT = "temperature1_maintenance_content";
+
+    /**
+     * 鍖栧瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String CHEMISTRY_MAINTENANCE_CONTENT = "chemistry_maintenance_content";
+
+    /**
+     * 鍒舵牱瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String SAMPLE_MAINTENANCE_CONTENT = "sample_maintenance_content";
+
+
+    /**
+     * 浣庢俯瀹為獙瀹ょ淮鎶ゅ唴瀹�
+     */
+    public static final String HYPOTHERMIA_MAINTENANCE_CONTENT = "hypothermia_maintenance_content";
+}

--
Gitblit v1.9.3