From 45fdeee912088efbd07a748a011682c6c6d1ce51 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期三, 15 十一月 2023 14:55:02 +0800 Subject: [PATCH] 1. 修改风险值的查询逻辑; --- 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