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