#
vincentlu
2025-03-27 5241d151ccccefbdf2d6c6bc82861f77c134ba23
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}