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