首页>代码>ssm开发boot客户管理系统(源码+数据库)>/boot-crm/src/com/itheima/core/dao/CustomerDao.java
package com.itheima.core.dao;
import java.util.List;
import com.itheima.core.po.Customer;
/**
 * Customer接口
 */
public interface CustomerDao {
    // 客户列表
	public List<Customer> selectCustomerList(Customer customer);
	// 客户数
	public Integer selectCustomerListCount(Customer customer);
	
	// 创建客户
	public int createCustomer(Customer customer);
	// 通过id查询客户
	public Customer getCustomerById(Integer id);
	// 更新客户信息
	public int updateCustomer(Customer customer);
	// 删除客户
	int deleteCustomer (Integer id);

}
最近下载更多
GUANG001  LV1 2024年6月17日
2131234536546  LV7 2024年3月31日
周敏国  LV9 2023年9月4日
ExamplesDYC  LV13 2023年8月31日
yangbulx  LV3 2023年6月7日
海棠花瘦  LV9 2023年5月24日
meizugm  LV1 2023年3月9日
nanqindaxia  LV2 2023年3月3日
46900596  LV12 2023年3月1日
qweqweqwesfasfassada  LV4 2022年12月30日
最近浏览更多
sccs1984  LV15 4月7日
ma406805131  LV19 2024年12月9日
warmgzy 2024年11月13日
暂无贡献等级
bluerstar  LV1 2024年10月23日
微信网友_7151914139078656  LV2 2024年9月4日
799743530  LV11 2024年7月11日
TY0165  LV20 2024年6月25日
GUANG001  LV1 2024年6月17日
hmf1989 2024年4月26日
暂无贡献等级
2131234536546  LV7 2024年3月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友