package com.zy.acs.common.utils; public interface JudgeSupport { boolean execute(T t); }