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