首页>代码>ssm实现简单的crm客户管理系统>/客户管理系统/SSMBoot/src/com/rainnie/dao/CustomerDao.java
package com.rainnie.dao;

import java.util.List;

import com.rainnie.po.Customer;


public interface CustomerDao {
	
	//客户列表
	public List<Customer> selectCustomerList(Customer customer);
	
	//客户数
	public Integer selectCustomerListCount(Customer customer);
	
	//创建客户
	public int createCustomer(Customer customer);
	
	
	/**
	 * 更新用户,更新用户那么先通过id查询客户
	 */
	//根据id查询用户
	public Customer getCustomerById(Integer id);
	//更新用户
	public int updateCustomer(Customer customer);
	
	
	//删除客户
	public int deleteCustomer(Integer id);
	
	
}
最近下载更多
pangzhihui  LV14 6月7日
wananall  LV13 3月13日
wuge123  LV8 2023年12月19日
枫林与爱00  LV1 2023年10月11日
周敏国  LV9 2023年9月4日
zcx12345678  LV6 2023年5月16日
Peri_qxy  LV2 2023年3月29日
 LV7 2023年3月29日
taoshen95  LV15 2022年12月11日
最近浏览更多
bluerstar  LV1 10月23日
897258976  LV8 8月29日
xzg123456  LV6 6月18日
李俊雄  LV3 4月30日
hmf1989 4月26日
暂无贡献等级
yhe107  LV3 4月7日
ChenZheMeng  LV3 3月22日
爱丽淇  LV5 3月13日
wananall  LV13 3月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友