From 784c60d5baad7edceab2f1668ed9116e5b5e5e89 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 31 十月 2024 16:22:50 +0800
Subject: [PATCH] update

---
 jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 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 67f6a74..d240527 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
@@ -8,7 +8,7 @@
 import java.util.Arrays;
 
 /**
- * 閫氱敤鐘舵�佹灇涓�
+ * 妫�鏌ョ姸鎬佹灇涓�
  *
  * @author 鑺嬮亾婧愮爜
  */
@@ -16,11 +16,16 @@
 @AllArgsConstructor
 public enum DevRentStateEnum implements IntArrayValuable {
     FREE(0, "寰呰鏈�"),
-    RECEIVED(5, "宸查鍙�"),
+    READY(5, "宸查鍙�"),
     INSTALLED(10, "宸茶鏈�"),
     DISMANTLED(20, "宸叉媶鏈�"),
-    CANCELLED(30, "宸叉斁寮�"),
-    LOST(40, "宸查仐澶�");
+    DATAENTERED(25, "宸插綍鍏�"),
+    READY_CANCELLED(30, "棰嗙敤鏀惧純"),
+    INSTALL_CANCELLED(35, "瀹夎鏀惧純"),
+    LOST(40, "宸查仐澶�"),
+    DAMAGED(42, "宸叉崯姣�"),
+    ROUTINE_CANCELLED(50, "甯歌妫�鏌ユ斁寮�"),
+    ROUTINE_FINISH( 60, "甯歌妫�鏌ュ畬鎴�");
 
     public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(DevRentStateEnum::getState).toArray();
 

--
Gitblit v1.9.3