zjj
5 天以前 d086af5559dba52095d23e425be87d8f11f24814
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}