#
vincentlu
2025-03-24 a7cd95a949a3752897d94ce3316c36bef068d2eb
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}