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