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