From 003513b047fcae16e2125ff7a59e6d46ad048ce4 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 16 十月 2025 18:03:36 +0800
Subject: [PATCH] 代码提交
---
jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/RoomCallingScreenEnum.java | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/RoomCallingScreenEnum.java b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/RoomCallingScreenEnum.java
index 0262adb..a79d5da 100644
--- a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/RoomCallingScreenEnum.java
+++ b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/RoomCallingScreenEnum.java
@@ -15,9 +15,11 @@
@AllArgsConstructor
public enum RoomCallingScreenEnum implements IntArrayValuable {
NONE(0, "鏃犲彨鍙峰睆"),
- CHECK_ONLY(10, "妫�鏌ュ彨鍙峰睆"),
- INSTALL_ONLY(20, "瀹夎鍙彿灞�"),
- HYBRID(30, "娣峰悎鍙彿灞�"); // 妫�鏌� + 瀹夎
+ CHECK_ONLY(10,"妫�鏌ュ彨鍙峰睆"),
+ RECEIVE_ONLY(20,"棰嗙敤鍙彿灞�"),
+ INSTALL_ONLY(30,"瀹夎鍙彿灞�"),
+ CHECK_INSTALL(40, "妫�鏌ュ畨瑁呮贩鍚堝彨鍙峰睆"), // 妫�鏌� + 瀹夎 杩欎釜鎯呭喌瀹為檯涓嶅瓨鍦�, 鐢ㄤ簬閰嶇疆閿欒鍙戠幇
+ RECEIVE_INSTALL(50, "棰嗙敤瀹夎娣峰悎鍙彿灞�"); // 棰嗙敤 + 瀹夎
public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(RoomCallingScreenEnum::getCallingScreenType).toArray();
--
Gitblit v1.9.3