From 1b299b7a0ff1186efc9c62a52a3822d07b07deab Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 22 八月 2024 18:01:50 +0800 Subject: [PATCH] fix:解决大屏报错、故障类型存储枚举值 --- ycl-pojo/src/main/java/com/ycl/platform/domain/param/HK/DataIntegrityMonitoringParam.java | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/param/HK/DataIntegrityMonitoringParam.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/param/HK/DataIntegrityMonitoringParam.java index 14bb229..67e2061 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/param/HK/DataIntegrityMonitoringParam.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/param/HK/DataIntegrityMonitoringParam.java @@ -15,25 +15,13 @@ @Data @Accessors(chain = true) -public class DataIntegrityMonitoringParam { - - /** - * 鍒嗛〉 - * 蹇呭~ - */ - private Integer pageNO; - - /** - * 鍒嗛〉 - * 蹇呭~ - */ - private Integer pageSize; +public class DataIntegrityMonitoringParam extends BaseParam{ /** * 鏃ユ湡锛氶渶瑕佸摢澶╃殑寮傚父鏁版嵁銆傛牸寮忥細yyyy-mm-dd * 蹇呭~ */ - private Date date; + private String date; /** * 缁勭粐缂栧彿锛屾煡璇㈣缁勭粐鍙婂叾鎵�鏈夌洿灞炰笅绾у紓甯告儏鍐点�傝嫢涓嶄紶锛岃繑鍥炴墍鏈夌粍缁囧紓甯告儏鍐点�� -- Gitblit v1.8.0