1
zhang
2026-01-24 6f2e70d03c9dde5cdb26b8911d6c19e2993a38ab
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}