zhang
2026-04-10 f7371a4a3413ec37931b26a95b7b0290a46219f2
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}