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

org.templateproject.pojo.response.ResultStatus Maven / Gradle / Ivy

The newest version!
package org.templateproject.pojo.response;

/**
 * 返回对象码
 * Created by wuwenbin on 2017/1/3.
 *
 * @author wuwenbin
 * @since 1.1.0
 */
public interface ResultStatus {

    int SUCCESS = 200;

    int ERROR = 500;

    int SLEEP = 250;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy