From 0be1444ba6afcf04ce02990389a707b3ba2d9888 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 十一月 2022 20:12:45 +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