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; } }