From 04480e19c8b47c2cb469811d47679c923b82710d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 29 十一月 2024 15:21:27 +0800
Subject: [PATCH] update
---
jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
index 658fdc1..e7e097e 100644
--- a/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
+++ b/jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
@@ -35,6 +35,7 @@
ErrorCode DEVICE_NOT_EXISTS = new ErrorCode(1_010_005_001, "璁惧涓嶅瓨鍦�");
ErrorCode DEVICE_NOT_FREE = new ErrorCode(1_010_005_002, "璁惧闈炵┖闂叉垨涓嶅瓨鍦�");
ErrorCode DEVICE_NOT_RECEIVED = new ErrorCode(1_010_005_003, "璁惧鏈鐢ㄦ垨涓嶅瓨鍦�");
+ ErrorCode DEVICE_NOT_PAT_RECEIVED = new ErrorCode(1_010_005_004, "涓嶆槸璇ユ偅鑰呴鐢ㄧ殑璁惧");
ErrorCode DEV_INSTALL_NOT_EXISTS = new ErrorCode(1_010_006_000, "瑁呮満涓嶅瓨鍦�");
ErrorCode DEV_INSTALL_EXCEPTION = new ErrorCode(1_010_006_001, "瑁呮満鍐呴儴閿欒");
--
Gitblit v1.9.3