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