From 261d8ff65cfcd475aa67ed20022570b8f5c45f40 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 17:54:36 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/sys/LayerEntity.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/sys/LayerEntity.java b/src/main/java/com/lf/server/entity/sys/LayerEntity.java index dc57ef7..4fcc302 100644 --- a/src/main/java/com/lf/server/entity/sys/LayerEntity.java +++ b/src/main/java/com/lf/server/entity/sys/LayerEntity.java @@ -50,6 +50,8 @@ private String ns; + private Integer pubid; + public LayerEntity() { } @@ -212,4 +214,12 @@ public void setNs(String ns) { this.ns = ns; } + + public Integer getPubid() { + return pubid; + } + + public void setPubid(Integer pubid) { + this.pubid = pubid; + } } -- Gitblit v1.9.3