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

cn.xuqiudong.common.base.enums.ResultMsg Maven / Gradle / Ivy

package cn.xuqiudong.common.base.enums;

/**
 * 描述: 状态码枚举的父接口
 * @author Vic.xu
 * @date 2022-03-01 9:38
 */
public interface ResultMsg {

    /**
     * 状态码
     * @return
     */
    int getCode();

    /**
     * 错误说明
     * @return
     */
    String getMsg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy