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