liurunyu
6 天以前 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
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
}