#
luxiaotao1123
2024-11-08 8e058ad522772460a6964a4ba49002363e1e4d1a
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}