From 7f580342dce92cb321e2566ef9a02827435a2de2 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 07 十一月 2023 17:30:27 +0800
Subject: [PATCH] 1. 新增风险值数据库表; 2. 修改异常分析模块的代码位置;

---
 src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionSlideAverage.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionSlideAverage.kt b/src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionSlideAverage.kt
similarity index 98%
rename from src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionSlideAverage.kt
rename to src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionSlideAverage.kt
index 7a17ae0..fa5ff5a 100644
--- a/src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionSlideAverage.kt
+++ b/src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionSlideAverage.kt
@@ -1,4 +1,4 @@
-package com.flightfeather.monitor.analysis.dust
+package com.flightfeather.monitor.analysis.dust.exception
 
 import com.flightfeather.monitor.domain.ds1.entity.DustExceptionSetting
 import com.flightfeather.monitor.domain.ds1.entity.DustSiteData

--
Gitblit v1.9.3