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