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

com.jdkhome.blzo.ex.basic.pojo.BaseError Maven / Gradle / Ivy

There is a newer version: 0.5.0.3.RELEASE
Show newest version
package com.jdkhome.blzo.ex.basic.pojo;

import com.jdkhome.blzo.ex.basic.enums.I18nEnums;

/**
 * author link.ji
 * createTime 上午11:19 2018/6/20
 */
public interface BaseError {

    Integer getCode();

    String getMsg();

    // 多语言
    String getMsg(I18nEnums i18n);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy