From 357c5a3c4659f1fe9e46e8c20827ab757c5d3929 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 14 十二月 2023 15:27:34 +0800
Subject: [PATCH] 增加数据请求配置表和异常分析配置表的接口

---
 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