wuzeyu
2024-11-26 b0a00c91391a178a9cff09f751586807ef002b6e
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/java/com/dy/testServer/forRmi/RmiRequestVo.java
@@ -11,7 +11,9 @@
   public String code ;
   
   public Integer count;//mwTest上报数据数量
   public Integer overCount;//aepTest结束上报数据数量
   public Boolean over ;//mwTest上报数据结束
   
   public Long seconds ;//mwTest上报数据用时(秒)
@@ -83,5 +85,12 @@
   public void setSeconds(Long seconds) {
      this.seconds = seconds;
   }
   public Integer getOverCount() {
      return overCount;
   }
   public void setOverCount(Integer overCount) {
      this.overCount = overCount;
   }
}