1 Star 1 Fork 0

limfff/代码生成器

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
StatusCode.java 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
limfff 提交于 2020-07-05 20:55 +08:00 . 讲解文档。和 工具类
package com.example.Utils;
/**
* 返回码
*/
public class StatusCode {
public static final int OK = 20000;//成功
public static final int ERROR = 20001;//失败
public static final int LOGINERROR = 20002;//用户名或密码错误
public static final int ACCESSERROR = 20003;//权限不足
public static final int REMOTEERROR = 20004;//远程调用失败
public static final int REPERROR = 20005;//重复操作
public static final int NOTFOUNDERROR = 20006;//没有对应的抢购数据
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/limfff/codegenerator.git
git@gitee.com:limfff/codegenerator.git
limfff
codegenerator
代码生成器
master

搜索帮助