cn.woodwhales.common.model.result.BaseRespResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of woodwhales-common Show documentation
Show all versions of woodwhales-common Show documentation
https://github.com/woodwhales
package cn.woodwhales.common.model.result;
/**
* @author woodwhales on 2020-12-07
* 通用响应报文接口
*/
public interface BaseRespResult {
/**
* 获取响应描述
* @return 响应描述
*/
String getMessage();
/**
* 获取响应状态码
* @return 响应状态码
*/
Integer getCode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy