if(typeof jajaoken == "undefined") jajaoken={};
if(typeof jajaoken.ModifyOrder == "undefined") jajaoken.ModifyOrder={};
jajaoken.ModifyOrder_class = function() {};
Object.extend(jajaoken.ModifyOrder_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModifyOrderList: function() {
		return this.invoke("GetModifyOrderList", {}, this.GetModifyOrderList.getArguments().slice(0));
	},
	url: '/ajaxpro/jajaoken.ModifyOrder,Coop.ashx'
}));
jajaoken.ModifyOrder = new jajaoken.ModifyOrder_class();

