if(typeof jcLogistics == "undefined") jcLogistics={};
if(typeof jcLogistics.Demand == "undefined") jcLogistics.Demand={};
if(typeof jcLogistics.Demand.DemandControl == "undefined") jcLogistics.Demand.DemandControl={};
if(typeof jcLogistics.Demand.DemandControl.List_browse == "undefined") jcLogistics.Demand.DemandControl.List_browse={};
jcLogistics.Demand.DemandControl.List_browse_class = function() {};
Object.extend(jcLogistics.Demand.DemandControl.List_browse_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	HistoryInfo: function() {
		return this.invoke("HistoryInfo", {}, this.HistoryInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/jcLogistics.Demand.DemandControl.List_browse,App_Web_list_browse.ascx.6d498b1.ashx'
}));
jcLogistics.Demand.DemandControl.List_browse = new jcLogistics.Demand.DemandControl.List_browse_class();

