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