eight
2024-08-20 e743e68c542c4f3fac4e085df830aa74fd34fd49
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, "排队不存在");
}