首页>代码>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);
	
	
}
最近下载更多
微信网友_7151914139078656  LV2 2024年9月4日
pangzhihui  LV14 2024年6月7日
wananall  LV13 2024年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  LV16 2022年12月11日
最近浏览更多
skmckk  LV9 前天
xiuele 2024年12月26日
暂无贡献等级
今天的我也很辛苦 2024年12月25日
暂无贡献等级
微信网友_7290996505972736  LV4 2024年12月11日
bluerstar  LV1 2024年10月23日
微信网友_7151914139078656  LV2 2024年9月4日
897258976  LV8 2024年8月29日
xzg123456  LV6 2024年6月18日
李俊雄  LV3 2024年4月30日
hmf1989 2024年4月26日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友