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