1
zhang
2025-06-17 513f54c61991af2078c9098845df3e840ea5b863
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}