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