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