addNamespace("ppjzt_list");
ppjzt_list_class = Class.create();
ppjzt_list_class.prototype = (new AjaxPro.AjaxClass()).extend({
	GetDataTable: function() {
		return this.invoke("GetDataTable", {}, this.GetDataTable.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/ppjzt_list,App_Web_2wwgxiy8.ashx';
	}
});
ppjzt_list = new ppjzt_list_class();

