报表服务接口通信功能提交,待接口完成后调整
This commit is contained in:
@@ -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(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user