liurunyu
2024-11-14 8d64f1504fb211fc147dacddbc8ac77d436bf1d1
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/softUpgrade/state/UpgradeState.java
@@ -20,6 +20,10 @@
    public int failOneTotal ;//所有一包死失败
    public UpgradeState() {
        this.init();
    }
    public void init(){
        this.rtuTotal = 0;
        this.offLineTotal = 0;
        this.unStartTotal = 0;