liurunyu
2025-08-06 974738c57764b1efde21788a9f00aedc9580e672
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) ;
    }