From be29e4df82e7f6425db15b03f09aaee1cd9cfb1d Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 15 十月 2024 16:32:39 +0800 Subject: [PATCH] 大屏.小屏 叫号逻辑 --- jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/DevRentStateEnum.java | 4 +++- 1 files changed, 3 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 241470c..93ffab2 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 @@ -22,7 +22,9 @@ DATAENTERED(25, "宸插綍鍏�"), READY_CANCELLED(30, "棰嗙敤鏀惧純"), INSTALL_CANCELLED(35, "瀹夎鏀惧純"), - LOST(40, "宸查仐澶�"); + LOST(40, "宸查仐澶�"), + ROUTINE_CANCELLED(50, "甯歌妫�鏌ユ斁寮�"), + ROUTINE_FINISH( 60, "甯歌妫�鏌ュ畬鎴�"); public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(DevRentStateEnum::getState).toArray(); -- Gitblit v1.9.3