titan.lightbatis.common.IErrorCode Maven / Gradle / Ivy
package titan.lightbatis.common;
/**
* 封装API的错误码
* Created by macro on 2019/4/19.
*/
public interface IErrorCode {
long getCode();
String getMessage();
}
package titan.lightbatis.common;
/**
* 封装API的错误码
* Created by macro on 2019/4/19.
*/
public interface IErrorCode {
long getCode();
String getMessage();
}