From 3ba74e7692143fd6dcf4dd885f80f95dfef8387e Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 23 十一月 2023 16:09:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/feature-risk_analysis' into feature-risk_analysis --- src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt b/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt index 1551ec3..fa2aae6 100644 --- a/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt +++ b/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt @@ -1,7 +1,7 @@ package com.flightfeather.monitor.enumration.dust enum class ExceptionType(val value:Int, val des:String) { - TYPE0(0, "鏂綉鎴栨帀绾�"), + TYPE0(0, "鏁版嵁缂哄け寮傚父"), TYPE1(1, "鏁版嵁瓒呬綆寮傚父"), TYPE2(2, "鏁版嵁瓒呮爣"), TYPE3(3, "鏁版嵁闀挎椂娈垫棤娉㈠姩"), @@ -9,4 +9,5 @@ TYPE5(5, "涓磋繎瓒呮爣寮傚父"), TYPE6(6, "鍗曟棩瓒呮爣娆℃暟涓磋繎澶勭綒寮傚父"), TYPE7(7, "婊戝姩骞冲潎鍊肩獊鍙樺紓甯�"), + TYPE8(8, "鏈夋晥鐜囧紓甯�"), } \ No newline at end of file -- Gitblit v1.9.3