From ddf772bc079de92ff4bcba8c0f1624b6398e0dad Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 08 十月 2024 15:14:30 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java | 5 ++++- 1 files changed, 4 insertions(+), 1 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 a3f085a..241470c 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 @@ -16,9 +16,12 @@ @AllArgsConstructor public enum DevRentStateEnum implements IntArrayValuable { FREE(0, "寰呰鏈�"), + READY(5, "宸查鍙�"), INSTALLED(10, "宸茶鏈�"), DISMANTLED(20, "宸叉媶鏈�"), - CANCELLED(30, "宸叉斁寮�"), + DATAENTERED(25, "宸插綍鍏�"), + READY_CANCELLED(30, "棰嗙敤鏀惧純"), + INSTALL_CANCELLED(35, "瀹夎鏀惧純"), LOST(40, "宸查仐澶�"); public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(DevRentStateEnum::getState).toArray(); -- Gitblit v1.9.3