管道基础大数据平台系统开发-【后端】-Server
13693261870
2022-12-29 8fca57bbef06840721ec0dc86ba24911c48dfc4d
src/main/java/com/lf/server/entity/show/PipelineEntity.java
@@ -23,6 +23,13 @@
    private List<String> tabs;
    /**
     * 密码
     */
    @JSONField(serialize = false)
    @JsonInclude(JsonInclude.Include.NON_NULL)
    private String pwd;
    /**
     * 主键ID
     */
    private Integer gid;
@@ -73,6 +80,14 @@
        this.tabs = tabs;
    }
    public String getPwd() {
        return pwd;
    }
    public void setPwd(String pwd) {
        this.pwd = pwd;
    }
    public String getPipeName() {
        return pipeName;
    }