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