All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wzc789376152.service.IResponseService Maven / Gradle / Ivy

package com.github.wzc789376152.service;

import org.apache.poi.ss.formula.functions.T;

public interface IResponseService {
    Class getResultClass();

     Object success(D data, String msg);

     Object success(String uuid, D data, String msg);

    Object error(Integer code, String msg);

    Object error(String uuid, Integer code, String msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy