01 | package cn.itheima.dao; |
02 |
03 | import java.util.List; |
04 |
05 | import cn.itheima.pojo.Customer; |
06 | import cn.itheima.pojo.QueryVo; |
07 |
08 | public interface CustomerMapper { |
09 |
10 | public List<Customer> findCustomerByVo(QueryVo vo); |
11 | public Integer findCustomerByVoCount(QueryVo vo); |
12 | |
13 | public Customer findCustomerById(Long id); |
14 | |
15 | public void updateCustomerById(Customer customer); |
16 | |
17 | public void delCustomerById(Long id); |
18 | } |

h G24741 LV2
2024年3月12日
1379585889 LV11
2023年6月7日
stigermhf LV1
2023年2月14日
1535256872 LV1
2022年11月3日
jinyou LV1
2022年5月27日
543666826 LV34
2021年11月20日
hanxinjie LV25
2021年8月24日
裤裆很帅 LV16
2021年5月28日
atheking LV18
2020年12月12日
1782907800 LV10
2020年12月9日