yy
2025-12-23 8850799cf60c4690237f43dd431a8a56ee9767aa
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}