public class ErrcodeBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
errcode
异常代码
|
protected String |
errmsg
异常信息
|
| Constructor and Description |
|---|
ErrcodeBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrcode() |
String |
getErrmsg() |
void |
setErrcode(int errcode) |
void |
setErrmsg(String errmsg) |
String |
toString() |
protected int errcode
protected String errmsg
Copyright © 2020. All rights reserved.