yy
2025-12-30 afbdf224dcc6f4c5d0f9331e25b99e0621cb6afd
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}