公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_server
遂昌综合执法平台服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
用户导入
baizonghao
2023-03-18
e69d41203f2171dce23231a09e17c3731b41dbea
[sccg_server.git]
/
ycl-common
/
src
/
main
/
java
/
com
/
ycl
/
api
/
IErrorCode.java
1
2
3
4
5
6
7
8
9
10
package com.ycl.api;
/**
* 封装API的错误码
*/
public interface IErrorCode {
long getCode();
String getMessage();
}