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