?? icustomerdao.java
字號:
package com.briup.customer.dao;import com.briup.common.dao.pojo.Product;import com.briup.common.dao.pojo.User;public interface ICustomerDao { //修改用戶信息 public void updateCustomerInfo(User user) throws Exception;//通過品牌名稱查詢品牌信息 public Product getProductInfo(String name) throws Exception;//按品牌名稱查找品牌 public Product findProductByName(String name)throws Exception;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -