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