From 789b5b823440d174a198a35fd033ca975cb54f4a Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期三, 27 三月 2024 19:23:13 +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