From 70a7d1ec98064e1acb3130e56e16c45af52ade6c Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 24 十月 2023 12:03:49 +0800 Subject: [PATCH] 新增数据分析模块完成 --- src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt | 2 ++ 1 files changed, 2 insertions(+), 0 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 ab9e931..ccc5f77 100644 --- a/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt +++ b/src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt @@ -2,8 +2,10 @@ enum class ExceptionType(val value:Int, val des:String) { TYPE0(0, "鏂綉鎴栨帀绾�"), + TYPE1(1, "鏁版嵁瓒呬綆寮傚父"), TYPE3(3, "鏁版嵁闀挎椂娈垫棤娉㈠姩"), TYPE4(4, "閲忕骇绐佸彉寮傚父"), TYPE5(5, "涓磋繎瓒呮爣寮傚父"), TYPE6(6, "鍗曟棩瓒呮爣娆℃暟涓磋繎澶勭綒寮傚父"), + TYPE7(7, "婊戝姩骞冲潎鍊肩獊鍙樺紓甯�"), } \ No newline at end of file -- Gitblit v1.9.3