liurunyu
2025-08-20 e88c04431d06edd05a5cb4eaff5bc120ff063224
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/command/ComResultWait.java
@@ -21,6 +21,10 @@
        return features.get(key);
    }
    public static boolean contain(Long key) {
        return features.containsKey(key);
    }
    public static void remove(Long key){
        features.remove(key) ;
    }