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