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