#
luxiaotao1123
2025-04-17 59626614b88768a5b33e904a2713748bee64efd8
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}