All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.luues.util.datawrap.PageWrap Maven / Gradle / Ivy

There is a newer version: 1.3.0.5.RELEASE
Show newest version
package com.luues.util.datawrap;

import com.alibaba.fastjson.JSONObject;

public class PageWrap{

    protected int resultCode = ResultCode.c_200;
    protected String resultMsg = "SUCCESS";
    protected String dataKey = "rows";
    protected JSONObject data = new JSONObject();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy