#
vincentlu
2025-03-28 c54289af68c21cb6b2ced6b4bb7b1ad4aa62f237
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}