From 2d2d9138fbe5c9c43f070be59a2d10f18fbf4c3b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 23 十一月 2022 09:05:06 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/data/MetaEntity.java | 20 ++++++++++++++++++++ 1 files changed, 20 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..dcd1436 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; @@ -111,6 +115,22 @@ 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() { return cs; } -- Gitblit v1.9.3