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

com.intters.enums.CodeEnum Maven / Gradle / Ivy

The newest version!
package com.intters.enums;

/**
 * 枚举获取值
 *
 * @author Ruison
 * @date 2018/7/14.
 */
public interface CodeEnum {
    /**
     * 获取码
     *
     * @return 状态码
     */
    Integer getCode();

    /**
     * 获取信息
     *
     * @return 信息
     */
    String getMsg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy