zuoxiao
2025-06-25 4f2978a8239fc518d09b003aac26955e4557cd02
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) ;
    }