wuzeyu
2023-11-30 ee6e575076ba17c1fc8f4ba33253b7ea0fba45f8
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/webUtil/BaseResponseUtils.java
@@ -3,8 +3,10 @@
/**
 * 返回值操作工具
 */
@SuppressWarnings("rawtypes")
public class BaseResponseUtils{
    @SuppressWarnings("unused")
    public static BaseResponse buildSuccess(){
        return buildSuccess(null);
    }