首页>代码>ssm+maven整合开发java开源博客系统>/admin_blog/src/main/java/studio/baxia/fo/common/CommonResult.java
package studio.baxia.fo.common;

/**
 * Created by FirePan on 2016/10/18.
 */
public class CommonResult {
    private Integer resultCode;
    private String resultMsg;
    private Object resultData;

    public CommonResult(Integer resultCode, String resultMsg) {
        this.resultCode = resultCode;
        this.resultMsg = resultMsg;
    }

    public CommonResult(Integer resultCode, String resultMsg, Object resultData) {
        this.resultCode = resultCode;
        this.resultMsg = resultMsg;
        this.resultData = resultData;
    }

    public Integer getResultCode() {
        return resultCode;
    }

    public void setResultCode(Integer resultCode) {
        this.resultCode = resultCode;
    }

    public String getResultMsg() {
        return resultMsg;
    }

    public void setResultMsg(String resultMsg) {
        this.resultMsg = resultMsg;
    }

    public Object getResultData() {
        return resultData;
    }

    public void setResultData(Object resultData) {
        this.resultData = resultData;
    }
}
最近下载更多
wkq888  LV17 6月11日
xiaopengzep  LV1 2024年3月25日
1481917707  LV4 2022年12月31日
邬松桥  LV11 2022年11月16日
微信网友_6164511365238784  LV7 2022年10月10日
Pojem2222  LV2 2022年6月5日
wanglinddad  LV55 2022年4月17日
Haggiii  LV1 2021年12月28日
longtaolee  LV11 2021年12月22日
暮江吟  LV8 2021年10月10日
最近浏览更多
三秋桂子  LV1 2024年12月22日
ma406805131  LV19 2024年12月18日
krispeng  LV15 2024年11月20日
林守汐  LV2 2024年6月20日
暂无贡献等级
goccgoccgocc  LV4 2024年5月23日
yellow_flowers  LV8 2024年4月26日
xiaopengzep  LV1 2024年3月24日
yxzzxy  LV3 2024年2月18日
khhuyvhgcd  LV1 2024年1月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友