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