#
luxiaotao1123
2025-01-08 2bad8837d7659ad046f290ba9be656d00185052a
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}