From e36c1e2363e36a69a3cc8ccbc00d28b16f926abd Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 07 十一月 2024 14:38:57 +0800
Subject: [PATCH] 序号表操作
---
jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java | 10 +++++++---
1 files changed, 7 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 9913f0d..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 鑺嬮亾婧愮爜
*/
@@ -20,8 +20,12 @@
INSTALLED(10, "宸茶鏈�"),
DISMANTLED(20, "宸叉媶鏈�"),
DATAENTERED(25, "宸插綍鍏�"),
- CANCELLED(30, "宸叉斁寮�"),
- LOST(40, "宸查仐澶�");
+ 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