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