#
luxiaotao1123
2024-09-29 4f3150a0a2d6b3585c26df7afe1a6f5f57423b3c
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}