管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-21 261d8ff65cfcd475aa67ed20022570b8f5c45f40
1
已修改1个文件
10 ■■■■■ 文件已修改
src/main/java/com/lf/server/entity/sys/LayerEntity.java 10 ●●●●● 补丁 | 查看 | 原始文档 | 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;
    }
}