addNamespace("jpCook");
jpCook.haokang_class = Class.create();
jpCook.haokang_class.prototype = (new AjaxPro.Request()).extend({
	getModel: function(id, callback) {
		return this.invoke("getModel", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/jpCook.haokang,jpCook.ashx";
	}
})
jpCook.haokang = new jpCook.haokang_class();


