From e69dec94fe9763d04425756370760698850f926f Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 22 三月 2024 19:38:39 +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