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