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