if(typeof luyou == "undefined") luyou={};
if(typeof luyou.manager == "undefined") luyou.manager={};
if(typeof luyou.manager.qiye == "undefined") luyou.manager.qiye={};
if(typeof luyou.manager.qiye.Product_add == "undefined") luyou.manager.qiye.Product_add={};
luyou.manager.qiye.Product_add_class = function() {};
Object.extend(luyou.manager.qiye.Product_add_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getAllProTypeName: function(cid) {
		return this.invoke("getAllProTypeName", {"cid":cid}, this.getAllProTypeName.getArguments().slice(1));
	},
	getProTypeid: function(cid) {
		return this.invoke("getProTypeid", {"cid":cid}, this.getProTypeid.getArguments().slice(1));
	},
	getNextClass: function(cid) {
		return this.invoke("getNextClass", {"cid":cid}, this.getNextClass.getArguments().slice(1));
	},
	getProTypeGroup: function() {
		return this.invoke("getProTypeGroup", {}, this.getProTypeGroup.getArguments().slice(0));
	},
	getItems: function(cid) {
		return this.invoke("getItems", {"cid":cid}, this.getItems.getArguments().slice(1));
	},
	url: '/ajaxpro/luyou.manager.qiye.Product_add,luyou.ashx'
}));
luyou.manager.qiye.Product_add = new luyou.manager.qiye.Product_add_class();

