From e65972dffc45f3fb9d946c0ce82fca197bc9fa23 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 30 一月 2023 18:55:03 +0800 Subject: [PATCH] 1 --- 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