地质所 沉降监测网建设项目
zmk
2024-05-28 3f1889e77f861a8284770c85bdd83204f6863f39
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;