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