|
@@ -18,7 +18,7 @@ public class RespJsonBean implements Serializable {
|
|
|
|
|
|
private Integer returnCode;
|
|
private Integer returnCode;
|
|
|
|
|
|
- private Object returnMsg;
|
|
+ private Object returnMsg;
|
|
|
|
|
|
private Map<String, Object> message;
|
|
private Map<String, Object> message;
|
|
|
|
|
|
@@ -68,15 +68,16 @@ public class RespJsonBean implements Serializable {
|
|
this.message = returnMsg;
|
|
this.message = returnMsg;
|
|
}
|
|
}
|
|
|
|
|
|
- public Object getReturnMsg() {
|
|
|
|
- return returnMsg;
|
|
|
|
- }
|
|
|
|
|
|
|
|
- public void setReturnMsg(Object returnMsg) {
|
|
+ public Object getReturnMsg() {
|
|
- this.returnMsg = returnMsg;
|
|
+ return returnMsg;
|
|
- }
|
|
+ }
|
|
|
|
|
|
-
|
|
+ public void setReturnMsg(Object returnMsg) {
|
|
|
|
+ this.returnMsg = returnMsg;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
* 添加返回结果 returnMsg='value'结果
|
|
* 添加返回结果 returnMsg='value'结果
|
|
* @param key
|
|
* @param key
|
|
* @param value
|
|
* @param value
|