首页>代码>springboot+spring mvc+mybatis整合实现简单的增删查改(适合新手入门学习)>/demo-boot-ssm/src/main/java/com/xe/demo/common/AjaxResult.java
package com.xe.demo.common; /** * 封装返回数据 * @author czh * @2015年5月20日 */ public class AjaxResult { private int retcode = 1; private String retmsg = "操作成功"; private Object data; public AjaxResult(int retcode, String retmsg, Object data){ this.retcode = retcode; this.retmsg = retmsg; this.data = data; } public AjaxResult(int retcode, String retmsg){ this.retcode = retcode; this.retmsg = retmsg; } public AjaxResult(Object data){ this.retmsg = "查询成功"; this.data = data; } public AjaxResult(int retcode){ this.retcode = retcode; this.retmsg = "操作失败"; } public AjaxResult(String retmsg){ this.retcode = 0; this.retmsg = retmsg; } public AjaxResult(){ } public int getRetcode() { return retcode; } public void setRetcode(int retcode) { this.retcode = retcode; } public String getRetmsg() { return retmsg; } public void setRetmsg(String retmsg) { this.retmsg = retmsg; } public Object getData() { return data; } public void setData(Object data) { this.data = data; } @Override public String toString() { return "AjaxResult [retcode=" + retcode + ", retmsg=" + retmsg + ", data=" + data + "]"; } }
最近下载更多
wubinbin LV11
2023年12月21日
asdsasddas LV6
2022年12月14日
yin出门买了吗了 LV9
2022年7月20日
jufuduo
2022年1月22日
暂无贡献等级
龙门客栈 LV9
2021年12月17日
binscor LV1
2021年3月24日
aaa5849310 LV25
2021年2月27日
gxpcwm LV22
2021年2月25日
build138 LV20
2020年12月8日
hanxinjie LV25
2020年11月27日
最近浏览更多
wwwww816 LV5
5月21日
wubinbin LV11
2023年12月21日
wspcyhy LV1
2023年9月26日
漫步的海星 LV4
2023年9月21日
微信网友_6501775257669632
2023年6月5日
暂无贡献等级
柠熙非兮886
2023年5月29日
暂无贡献等级
黄淑瑶 LV2
2023年5月23日
微信网友_6442588254851072 LV2
2023年4月22日
李亮 LV19
2023年3月6日
asdsasddas LV6
2022年12月14日