1
zhang
2025-06-23 bec53ed3b3d72625441d8f5779c17d7789e92cf8
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}