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