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