From b46f7fa6d77852ae9e28a062da234a2ddf9405fb Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 31 三月 2025 16:09:51 +0800 Subject: [PATCH] 2025-3-22定制修改导出去掉容量和连接条 --- 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