com.luues.util.datawrap.PageWrap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-util Show documentation
Show all versions of commons-util Show documentation
A Simple Tool Operations Class
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();
}