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