⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 itelcustomer.cs

📁 汽车销售公司ERP进销存系统 汽车销售公司ERP进销存系统
💻 CS
字号:
using System;
using CallCenter.Modules;
using System.Collections;
using System.Data;

namespace CallCenter.IDAL
{
	/// <summary>
	/// 
	/// </summary>
	public interface ITelCustomer
	{
		int addIelCustomer(TelCustomerInfo infor);
		int updateTelCustomer(TelCustomerInfo infor);
		void delTelCustomerById(int id);
		void delTelCustomerByCid(string cids);
		ArrayList getTelCustomerByTelnumber(string telnumber);
		ArrayList getTleCustomerByCid(int cid);
		DataSet getTelCustomerByTelnumber_DataSet(string telnumber,string tableName);
		DataSet getTleCustomerByCid_DataSet(int cid,string tableName);
		int saveCustomerPosition(string cids,int position);
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -