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