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