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