chen.lin
2026-02-07 bb4f5dc6bbf43616ca3482257b576c9c66c49ff5
1
2
3
4
5
6
7
8
9
10
package com.vincent.rsf.common.utils;
 
/**
 * Created by vincent on 2023/3/22
 */
public interface RequestSupport<T> {
 
    boolean success(T t);
 
}