地质所 沉降监测网建设项目
zmk
2024-06-25 7fe5fb39e00749e4e412ced5703a61036752c874
javaweb-plus/javaweb-cms/src/main/java/com/javaweb/geo/vo/IndexVo.java
@@ -34,6 +34,43 @@
     */
    private Long fileCount;
    private Integer sgCount;
    private Integer aqCount;
    private Integer zlCount;
    private Integer cameraCount;
    public Integer getSgCount() {
        return sgCount;
    }
    public void setSgCount(Integer sgCount) {
        this.sgCount = sgCount;
    }
    public Integer getAqCount() {
        return aqCount;
    }
    public void setAqCount(Integer aqCount) {
        this.aqCount = aqCount;
    }
    public Integer getZlCount() {
        return zlCount;
    }
    public void setZlCount(Integer zlCount) {
        this.zlCount = zlCount;
    }
    public Integer getCameraCount() {
        return cameraCount;
    }
    public void setCameraCount(Integer cameraCount) {
        this.cameraCount = cameraCount;
    }
    public Integer getProjectStatus0() {
        return projectStatus0;