首页>代码>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;
	}
}
最近下载更多
玖零定制问题修复  LV34 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日
lwp011  LV27 2022年9月19日
别打我我有脾气  LV3 2022年9月2日
testuser1234567  LV24 2022年7月21日
最近浏览更多
gdt234  LV3 前天
玖零定制问题修复  LV34 4月4日
暂无贡献等级
jiyun2021  LV9 1月24日
try8023  LV18 1月16日
T00000  LV1 1月4日
微信网友_6802396587266048 2023年12月31日
暂无贡献等级
tengxun  LV1 2023年12月27日
周青松  LV3 2023年12月7日
limenghaoqwer  LV2 2023年11月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友