#
vincentlu
5 天以前 400006febbcf0c2a4f28ff0fe35945af45fbeba7
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}