if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.PlanView == "undefined") QiaoCWBW.PlanView={};
QiaoCWBW.PlanView_class = function() {};
Object.extend(QiaoCWBW.PlanView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ItemIsSelectS: function(itemno, UserId_J, types) {
		return this.invoke("ItemIsSelectS", {"itemno":itemno, "UserId_J":UserId_J, "types":types}, this.ItemIsSelectS.getArguments().slice(3));
	},
	url: '/ajaxpro/QiaoCWBW.PlanView,QiaoCWBW.ashx'
}));
QiaoCWBW.PlanView = new QiaoCWBW.PlanView_class();

