liurunyu
2025-06-06 3e68e7c7999fd3d976389ffe6d9650dd0906c98f
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
}