zhubaomin
7 天以前 5a9dbde4116479e4823be8dbf5cb4f57f5f85efe
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) ;
    }