package com.zy.acs.common.utils; /** * Created by vincent on 2023/3/22 */ public interface RequestSupport { boolean success(T t); }