From 5107fe96747cc93c33c7498e50e958ecbee9ad7f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 23 一月 2023 09:27:52 +0800 Subject: [PATCH] 1.23 --- src/main/java/com/lf/server/entity/data/MetaEntity.java | 10 ++++++++++ 1 files changed, 10 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 9334620..591580a 100644 --- a/src/main/java/com/lf/server/entity/data/MetaEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java @@ -34,6 +34,8 @@ private String tab; + private String layer; + private int rows; private int createUser; @@ -155,6 +157,14 @@ this.tab = tab; } + public String getLayer() { + return layer; + } + + public void setLayer(String layer) { + this.layer = layer; + } + public int getRows() { return rows; } -- Gitblit v1.9.3