From 1d53dd8f501a98ddcce8146443b51b357ef5f9b1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 29 十二月 2022 16:55:46 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/data/MetaEntity.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/data/MetaEntity.java b/src/main/java/com/lf/server/entity/data/MetaEntity.java
index 5fc4473..423e022 100644
--- a/src/main/java/com/lf/server/entity/data/MetaEntity.java
+++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -24,6 +24,10 @@
 
     private double sizes;
 
+    private String tab;
+
+    private int rows;
+
     private String cs;
 
     private String scale;
@@ -51,6 +55,8 @@
     private String depName;
 
     private String verName;
+
+    private String dirName;
 
     public MetaEntity() {
     }
@@ -109,6 +115,22 @@
 
     public void setSizes(double sizes) {
         this.sizes = sizes;
+    }
+
+    public String getTab() {
+        return tab;
+    }
+
+    public void setTab(String tab) {
+        this.tab = tab;
+    }
+
+    public int getRows() {
+        return rows;
+    }
+
+    public void setRows(int rows) {
+        this.rows = rows;
     }
 
     public String getCs() {
@@ -222,4 +244,12 @@
     public void setVerName(String verName) {
         this.verName = verName;
     }
+
+    public String getDirName() {
+        return dirName;
+    }
+
+    public void setDirName(String dirName) {
+        this.dirName = dirName;
+    }
 }

--
Gitblit v1.9.3