if(typeof Lsyw == "undefined") Lsyw={};
if(typeof Lsyw.GodSon == "undefined") Lsyw.GodSon={};
if(typeof Lsyw.GodSon.Trade == "undefined") Lsyw.GodSon.Trade={};
if(typeof Lsyw.GodSon.Trade.Supplier == "undefined") Lsyw.GodSon.Trade.Supplier={};
Lsyw.GodSon.Trade.Supplier_class = function() {};
Object.extend(Lsyw.GodSon.Trade.Supplier_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddSupplier: function(SupplierInfo, userName) {
		return this.invoke("AddSupplier", {"SupplierInfo":SupplierInfo, "userName":userName}, this.AddSupplier.getArguments().slice(2));
	},
	AddSupplierIn: function(SupplierInfo, userName, OpUserID, OpIP) {
		return this.invoke("AddSupplierIn", {"SupplierInfo":SupplierInfo, "userName":userName, "OpUserID":OpUserID, "OpIP":OpIP}, this.AddSupplierIn.getArguments().slice(4));
	},
	modSupplierInfo: function(SupplierInfo) {
		return this.invoke("modSupplierInfo", {"SupplierInfo":SupplierInfo}, this.modSupplierInfo.getArguments().slice(1));
	},
	modSupplierInfoIn: function(SupplierInfo, OpUserID, OpIP) {
		return this.invoke("modSupplierInfoIn", {"SupplierInfo":SupplierInfo, "OpUserID":OpUserID, "OpIP":OpIP}, this.modSupplierInfoIn.getArguments().slice(3));
	},
	delSupplierInfo: function(reg_id, OpUserID, OpIP) {
		return this.invoke("delSupplierInfo", {"reg_id":reg_id, "OpUserID":OpUserID, "OpIP":OpIP}, this.delSupplierInfo.getArguments().slice(3));
	},
	modPwd: function(reg_id, oldpwd, pwd) {
		return this.invoke("modPwd", {"reg_id":reg_id, "oldpwd":oldpwd, "pwd":pwd}, this.modPwd.getArguments().slice(3));
	},
	modPwdIn: function(reg_id, oldpwd, pwd, OpUserID, OpIP) {
		return this.invoke("modPwdIn", {"reg_id":reg_id, "oldpwd":oldpwd, "pwd":pwd, "OpUserID":OpUserID, "OpIP":OpIP}, this.modPwdIn.getArguments().slice(5));
	},
	checkCompany: function(companyName) {
		return this.invoke("checkCompany", {"companyName":companyName}, this.checkCompany.getArguments().slice(1));
	},
	url: '/ajaxpro/Lsyw.GodSon.Trade.Supplier,GodSonCom.ashx'
}));
Lsyw.GodSon.Trade.Supplier = new Lsyw.GodSon.Trade.Supplier_class();

