liurunyu
2025-06-19 b042d6a5ae1959ad79b489e1d0b01c057b68d5f6
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/rtuUpgrage/QueryVo.java
@@ -17,5 +17,11 @@
    @Schema(description = "控制器地址")
    public String rtuAddr ;
    @Schema(description = "状态")
    public Integer status ;//进行中 : 1    已结束 : 0
    @Schema(description = "结果")
    public Integer result ;//成功  :  1    失败  : 0
}