From 30c8940909ab84b8874c821d3344ce4acdc6d0ed Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 10 四月 2025 17:57:07 +0800
Subject: [PATCH] 仅显示内容

---
 jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java
index d240527..27bc6ed 100644
--- a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java
+++ b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java
@@ -15,12 +15,12 @@
 @Getter
 @AllArgsConstructor
 public enum DevRentStateEnum implements IntArrayValuable {
-    FREE(0, "寰呰鏈�"),
-    READY(5, "宸查鍙�"),
+    FREE(0, "寰呮鏌�"),
+    RECEIVED(5, "宸查鍙�"),
     INSTALLED(10, "宸茶鏈�"),
     DISMANTLED(20, "宸叉媶鏈�"),
     DATAENTERED(25, "宸插綍鍏�"),
-    READY_CANCELLED(30, "棰嗙敤鏀惧純"),
+    RECEIVED_CANCELLED(30, "棰嗙敤鏀惧純"),
     INSTALL_CANCELLED(35, "瀹夎鏀惧純"),
     LOST(40, "宸查仐澶�"),
     DAMAGED(42, "宸叉崯姣�"),

--
Gitblit v1.9.3