liurunyu
5 天以前 90c02e0ad08c054e1f44476a3e9e16b947c1fd8c
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) ;
    }