首页>代码>ssm(spring+spring mvc+mybatis)高仿小米电子商城项目实例>/gaofang-MilletMall/src/com/shop/common/BaseResult.java
package com.shop.common;

import java.io.Serializable;

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;
	}
}
最近下载更多
微信网友_7134912998903808  LV15 2024年9月11日
sweetlove  LV20 2024年7月13日
799743530  LV11 2024年7月8日
玖零定制问题修复  LV34 2024年4月4日
微信网友_6699076084797440  LV7 2023年11月2日
gecongkai  LV8 2023年6月22日
95959595959  LV13 2023年4月11日
sharkness123  LV8 2023年3月30日
秋枫花落叶  LV2 2022年10月27日
liuxiao2  LV16 2022年10月11日
最近浏览更多
三秋桂子  LV1 2024年12月22日
Ella0902 2024年12月18日
暂无贡献等级
微信网友_7294439741132800  LV1 2024年12月18日
sjwc88  LV4 2024年12月4日
krispeng  LV15 2024年10月28日
微信网友_7134912998903808  LV15 2024年9月11日
sweetlove  LV20 2024年7月13日
柳咪华沙  LV7 2024年6月28日
林守汐  LV2 2024年6月20日
郝慧杰 2024年5月15日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友