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