管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-29 71726a1cb05790d6841595ef7daef5173f2cddfa
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;
    }
}