jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
@@ -24,4 +24,5 @@ ErrorCode PATIENT_NOT_EXISTS = new ErrorCode(1_010_004_000, "患者不存在"); ErrorCode DEV_MODEL_NOT_EXISTS = new ErrorCode(1_010_005_000, "设备型号不存在"); ErrorCode DEVICE_NOT_EXISTS = new ErrorCode(1_010_005_001, "设备不存在"); }