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