zuojincheng
2025-06-24 07386c2258263d8f9c357f581d2ec2f3a4696cbf
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
}