package com.chen.base;

import java.io.Serializable;

/**
 * 
* 类名称:BaseResult   
* 类描述:BaseResult 统一返回结果类   
* 创建人:chenguoji   
* 创建时间:2017年3月31日 上午11:55:46   
*
 */
public class BaseResult implements Serializable{
	
	private static final long serialVersionUID = 1L;

	/** 返回状态码 */
	private Integer code;
	
	/** 返回信息 */
	private String message;
	
	/** 返回数据 */
	private Object data;
	
	public BaseResult(Integer code, String message) {
		super();
		this.code = code;
		this.message = message;
	}

	public BaseResult(Integer code, String message, Object data) {
		super();
		this.code = code;
		this.message = message;
		this.data = data;
	}

	public Integer getCode() {
		return code;
	}

	public void setCode(Integer code) {
		this.code = code;
	}

	public String getMessage() {
		return message;
	}

	public void setMessage(String message) {
		this.message = message;
	}

	public Object getData() {
		return data;
	}

	public void setData(Object data) {
		this.data = data;
	}
}
最近下载更多
微信网友_6248713511227392  LV11 2022年12月5日
秋枫花落叶  LV2 2022年10月24日
liuxiao2  LV16 2022年10月13日
微信网友_5966087716769792  LV9 2022年10月11日
hkxyyz  LV6 2022年5月11日
893213895  LV18 2021年12月16日
543666826  LV33 2021年11月20日
tanglitao  LV6 2021年10月19日
2715406348  LV3 2021年5月21日
啊啊DVD v但是  LV4 2021年3月29日
最近浏览更多
夜上清元  LV8 3月15日
可是不知道么  LV23 2月5日
try8023  LV18 1月16日
WBelong  LV7 2023年12月27日
3175665836  LV2 2023年11月25日
aaaaaacv 2023年9月20日
暂无贡献等级
逍遥2020  LV11 2023年8月1日
微信网友_6536105093189632  LV1 2023年6月26日
cunbie  LV4 2023年6月13日
tookaaa  LV1 2023年5月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友