From 604d00f67ddcf25a9d079ceddd1c668b2a4e5288 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 19 四月 2024 15:08:22 +0800
Subject: [PATCH] bug修复

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