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