yy
2025-12-05 0fa5a9f6579a6a8e16150718ce31b7fd31552339
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);
 
}