cn.mklaus.framework.exception.ErrorInfo Maven / Gradle / Ivy
package cn.mklaus.framework.exception;
/**
* @author Mklaus
* Created on 2018-02-05 上午11:55
*/
public interface ErrorInfo {
int getErrCode();
String getErrMsg();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy