首页>代码>SSM开发客户关系管理系统>/客户管理系统/工程/boot-crm/src/com/itheima/crm/mapper/CustomerMapper.java
01package com.itheima.crm.mapper;
02 
03import java.util.List;
04 
05import com.itheima.crm.pojo.Customer;
06import com.itheima.crm.pojo.QueryVo;
07 
08/**
09 * 客户信息持久化接口
10 * @author Steven
11 *
12 */
13public interface CustomerMapper {
14 
15    /**
16     * 查询查询条件,分页查询用户列表
17     * @param vo
18     * @return
19     */
20    List<Customer> getCustomerByQueryVo(QueryVo vo);
21     
22    /**
23     * 跟据查询条件查询总记录数
24     * @param vo
25     * @return
26     */
27    Integer getCountByQueryVo(QueryVo vo);
28     
29    /**
30     * 跟据id查询用户信息
31     * @param id
32     * @return
33     */
34    Customer getCustomerById(Integer id);
35     
36    /**
37     * 更新用户信息
38     * @param customer
39     */
40    void updateCustomer(Customer customer);
41     
42    /**
43     * 删除用户信息
44     * @param id
45     */
46    void deleteCustomer(Integer id);
47}
最近下载更多
三秋桂子  LV1 2024年12月21日
微信网友_7151914139078656  LV2 2024年9月4日
chn-lei  LV2 2024年8月5日
pangzhihui  LV14 2024年4月17日
2131234536546  LV7 2024年3月31日
6389181  LV7 2023年6月1日
zhunishimian  LV6 2023年5月22日
mnb123  LV6 2023年3月16日
邬松桥  LV11 2022年11月17日
Web项目聚集地  LV24 2022年10月21日
最近浏览更多
cq1458824624 1月14日
暂无贡献等级
xiaoaitx  LV8 1月1日
xiuele 2024年12月26日
暂无贡献等级
三秋桂子  LV1 2024年12月21日
xinshou11111x 2024年12月17日
暂无贡献等级
geekcjj  LV18 2024年11月9日
bluerstar  LV1 2024年10月21日
Peny_ZH  LV5 2024年9月21日
weilaizhisheng  LV21 2024年9月9日
255921158  LV5 2024年9月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友