eight
2024-08-14 5dc193a97f10ded28aceb89f07b795f9495aa01d
jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/ErrorCodeConstants.java
@@ -10,5 +10,6 @@
public interface ErrorCodeConstants {
    ErrorCode APPOINTMENT_NOT_EXISTS = new ErrorCode(1_010_000_000, "预约不存在");
    ErrorCode ROOM_NOT_EXISTS = new ErrorCode(1_010_001_000, "诊室和诊疗床不存在");
    ErrorCode QUEUE_NOT_EXISTS = new ErrorCode(1_010_002_000, "排队不存在");
}