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