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