#
luxiaotao1123
2024-09-13 9b50dca2a601d1cf231821e248d3b9fbedd8febe
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}