From ba421d977e745d18a6264353c739bcaaf44c40d6 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期一, 08 四月 2024 18:39:41 +0800
Subject: [PATCH] 历史数据模块接口

---
 ruoyi-system/src/main/java/com/ruoyi/system/dto/DataScreeningDTO.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/dto/DataScreeningDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/dto/DataScreeningDTO.java
index 981f055..8ef0401 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/dto/DataScreeningDTO.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/dto/DataScreeningDTO.java
@@ -10,6 +10,8 @@
 @ApiModel(value = "首页统计DTO")
 public class DataScreeningDTO implements Serializable {
 
+    private static final long serialVersionUID = 2753409356329000955L;
+
     @ApiModelProperty(value = "区县id")
     private Integer districtId;
 

--
Gitblit v1.7.1