1
zhang
2025-09-05 1864f916e0359d0814416cf94feda3a3662ed193
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}