报表服务接口通信功能提交,待接口完成后调整

This commit is contained in:
wangxin
2018-06-11 16:47:15 +08:00
parent 77c020f884
commit 61714cd338
4 changed files with 180 additions and 5 deletions

View File

@@ -20,12 +20,12 @@ import net.sf.json.JSONObject;
* @version V1.0
*/
public class RestfulResult {
private Integer status=0;
private Integer businessCode=0;
private String reason="";
private String msg="";
protected Integer status=0;
protected Integer businessCode=0;
protected String reason="";
protected String msg="";
private String traceCode="";
private String fromuri="";
protected String fromuri="";
public RestfulResult(){
}