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