org.templateproject.pojo.response.ResultStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of template-utils-pojo Show documentation
Show all versions of template-utils-pojo Show documentation
Provide some common pojo and some common classes for projects.
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