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