From 5ad78065f965a65db1e4c9e7d799ab42c5a01cae Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 28 八月 2024 14:25:50 +0800 Subject: [PATCH] feat:数据中心统计数 --- ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java index edc84b3..9ba2459 100644 --- a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java +++ b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java @@ -28,7 +28,8 @@ OSD("OSD寮傚父"), MONITORUNQUALIFY("涓�鏈轰竴妗d笉鍚堟牸"), VIDEOORPICUNNORMAL("瑙嗛鎷夋祦銆佸浘鐗囪幏鍙栧紓甯�"), - PICUNUSEFUL("澶у浘涓嶅彲鐢�"); + PICUNUSEFUL("澶у浘涓嶅彲鐢�"), + PICURLABNORMAL("鍥剧墖璁块棶寮傚父"); private final String value; -- Gitblit v1.8.0