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