提交 9fe1e290 编写于 作者: L luvian\hjh

加了一个顾客的CustomerDao接口

上级 46a205b9
package com.hqyj.seven.dao;
import com.hqyj.seven.pojo.Customer;
import java.util.List;
public interface CustomerDao {
List<Customer> queryAll();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册