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