From df500bf6ee29b3fead5b920ed366230b62a4c7ee Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期三, 22 十一月 2023 09:57:42 +0800
Subject: [PATCH] 1.新增了站点信息查询的接口 2.修改了扬尘已有接口的参数以及sql语句 3.修改了用户登陆接口

---
 src/main/java/com/flightfeather/monitor/pojo/RiskValuePojo.kt |   46 ++--------------------------------------------
 1 files changed, 2 insertions(+), 44 deletions(-)

diff --git a/src/main/java/com/flightfeather/monitor/pojo/RiskValuePojo.kt b/src/main/java/com/flightfeather/monitor/pojo/RiskValuePojo.kt
index 80a6e86..63c56ee 100644
--- a/src/main/java/com/flightfeather/monitor/pojo/RiskValuePojo.kt
+++ b/src/main/java/com/flightfeather/monitor/pojo/RiskValuePojo.kt
@@ -1,52 +1,10 @@
 package com.flightfeather.monitor.pojo
 
-import java.util.*
+import com.flightfeather.monitor.domain.ds1.entity.RiskValue
 
-class RiskValuePojo {
-    var id: Int? = null
-
-    /**
-     * 鐩戞祴鐐圭紪鍙�
-     */
-    var mnCode: String? = null
-
+class RiskValuePojo : RiskValue() {
     /**
      * 鐩戞祴鐐瑰悕绉�
      */
     var name: String? = null
-
-    /**
-     * 鏃堕棿
-     */
-    var lst: Date? = null
-
-    /**
-     * 鍦ㄧ嚎鐜囬闄╁��
-     */
-    var onlineRisk: Double? = null
-
-    /**
-     * 鏈夋晥鐜囬闄╁��
-     */
-    var validRisk: Double? = null
-
-    /**
-     * 瓒呮爣椋庨櫓鍊�
-     */
-    var exceedRisk: Double? = null
-
-    /**
-     * 寮傚父绫诲瀷鑱氶泦搴�
-     */
-    var exceptionTypeAggregation: Double? = null
-
-    /**
-     * 鍏稿瀷寮傚父澶嶇幇鐜�
-     */
-    var typicalExceptionRepetitionRate: Double? = null
-
-    /**
-     * 缁熻绫诲瀷锛堟棩缁熻鎴栨湀缁熻锛�,day month
-     */
-    var type: String? = null
 }
\ No newline at end of file

--
Gitblit v1.9.3