liurunyu
2023-12-01 c40d049233f2706dd23aadf327dbf86ba0008a12
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/java/com/dy/testServer/forRmi/RmiRequestVo.java
@@ -12,6 +12,8 @@
   
   public Integer count;//mwTest上报数据数量
   
   public Integer overCount;//aepTest结束上报数据数量
   public Boolean over ;//mwTest上报数据结束
   
   public Long seconds ;//mwTest上报数据用时(秒)
@@ -84,4 +86,11 @@
      this.seconds = seconds;
   }
   
   public Integer getOverCount() {
      return overCount;
   }
   public void setOverCount(Integer overCount) {
      this.overCount = overCount;
   }
}