From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 16:43:13 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service --- src/main/java/com/lf/server/entity/data/MetaFileEntity.java | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java index acd826a..f85ae60 100644 --- a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java @@ -4,7 +4,7 @@ import java.sql.Timestamp; /** - * 婧愭暟鎹枃浠� + * 鍏冩暟鎹枃浠� * @author WWW */ public class MetaFileEntity implements Serializable { @@ -42,7 +42,15 @@ private int rows; + private int records; + private String msg; + + private Boolean isMeta; + + private String xlsPath; + + private String medium; public String getEventid() { return eventid; @@ -172,6 +180,14 @@ this.rows = rows; } + public int getRecords() { + return records; + } + + public void setRecords(int records) { + this.records = records; + } + public String getMsg() { return msg; } @@ -179,4 +195,28 @@ public void setMsg(String msg) { this.msg = msg; } + + public Boolean getIsMeta() { + return isMeta; + } + + public void setIsMeta(Boolean isMeta) { + this.isMeta = isMeta; + } + + public String getXlsPath() { + return xlsPath; + } + + public void setXlsPath(String xlsPath) { + this.xlsPath = xlsPath; + } + + public String getMedium() { + return medium; + } + + public void setMedium(String medium) { + this.medium = medium; + } } -- Gitblit v1.9.3