zc
2025-10-16 3c9b9886fc9e9a26dac4e8b5dd4cc0db0b8fce82
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}