zc
2025-10-17 b5dca159bc10a5f26fc06f8f139d4976d45407ae
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}