pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voLargeScreen/VoMonitorInfo.java
@@ -25,43 +25,43 @@
    private static final long serialVersionUID = 202502061348321L;
    /**
     * 从某时以来,曾上报过数据的总数
     * 从某时以来,曾上报过数据的取水口总数
     */
    public Integer mTotalCountOfReport;
    /**
     * 从某时以来,未曾上报过数据的总数
     * 从某时以来,未曾上报过数据的取水口总数
     */
    public Integer mTotalCountOfNoReport;
    /**
     * 从未上报过数据的总数
     * 从未上报过数据的取水口总数
     */
    public Integer mTotalCountOfNeverReport;
    /**
     * 从某时以来,曾阀开总数
     * 从某时以来,曾阀开取水口总数
     */
    public Integer mTotalCountOfOpenValve ;
    /**
     * 从某时以来,曾阀关总数
     * 从某时以来,曾阀关取水口总数
     */
    public Integer mTotalCountOfCloseValve ;
    /**
     * 从未开过阀的总数
     * 从未开过阀的取水口总数
     */
    public Integer mTotalCountOfNeverOpenValve ;
    /**
     * 从某时以来,曾报警总数
     * 从某时以来,曾报警取水口总数
     */
    public Integer mTotalCountOfAlarm ;
    /**
     * 从某时以来,曾无报警总数
     * 从某时以来,曾无报警取水口总数
     */
    public Integer mTotalCountOfNoAlarm ;
    /**
     * 从未报过警总数
     * 从未报过警取水口总数
     */
    public Integer mTotalCountOfNeverAlarm ;