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

io.github.dragons96.IResponseEnum Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package io.github.dragons96;

/**
 * 响应枚举接口
 * @author dragons
 * @date 2022/3/16 10:39
 */
public interface IResponseEnum {
    /**
     * 获取响应状态码
     * @return 状态码
     */
    int getCode();

    /**
     * 获取响应信息
     * @return 响应信息
     */
    String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy