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