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

titan.lightbatis.common.IErrorCode Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package titan.lightbatis.common;

/**
 * 封装API的错误码
 * Created by macro on 2019/4/19.
 */
public interface IErrorCode {
    long getCode();

    String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy