eight
2024-08-12 613977d01ffaabfbd638b200428f4f0e84f888d4
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, "诊室和诊疗床不存在");
}