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