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 |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 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 84b2728..f85ae60 100644
--- a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java
+++ b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -42,9 +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;
@@ -174,6 +180,14 @@
         this.rows = rows;
     }
 
+    public int getRecords() {
+        return records;
+    }
+
+    public void setRecords(int records) {
+        this.records = records;
+    }
+
     public String getMsg() {
         return msg;
     }
@@ -189,4 +203,20 @@
     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