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