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