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