#
vincentlu
2026-01-27 655ba6bfba4b1087e093efe675e46afbff597b97
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}