jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
@@ -10,5 +10,5 @@ public interface ErrorCodeConstants { ErrorCode APPOINTMENT_NOT_EXISTS = new ErrorCode(1_010_000_000, "预约不存在"); ErrorCode ROOM_NOT_EXISTS = new ErrorCode(1_010_000_001, "诊室和诊疗床不存在"); }