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