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