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