地质所 沉降监测网建设项目
chenhuan
2024-06-25 880c8f54cddc8533f00f674da3f14c2cf0d34340
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;