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