src/main/java/com/lf/server/entity/sys/LayerEntity.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; } }