From 484a12494969190e05b7041ea09847c75aee9554 Mon Sep 17 00:00:00 2001
From: lxw <810412026@qq.com>
Date: 星期三, 28 九月 2022 15:35:55 +0800
Subject: [PATCH] 对比时筛选站点下拉

---
 src/main/java/com/whyc/pojo/FileInfo.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/pojo/FileInfo.java b/src/main/java/com/whyc/pojo/FileInfo.java
index aaddfde..f29831d 100644
--- a/src/main/java/com/whyc/pojo/FileInfo.java
+++ b/src/main/java/com/whyc/pojo/FileInfo.java
@@ -56,6 +56,10 @@
     @ApiModelProperty(value = "鐢垫睜缁勪俊鎭泦鍚�")
     private List<BattgroupInfo> battInfoList;
 
+    @TableField(exist = false)
+    @ApiModelProperty(value = "绔欑偣鍚嶇О")
+    private String stationName;
+
     public FileInfo() {
         fileParam=new FileParam();
         battInfoList=new ArrayList<>();

--
Gitblit v1.9.1