資源簡介
基于Java-web的酒店管理系統項目開發與實現(基礎版),數據庫使用的是MYSQL,可以自己更改oracle

代碼片段和文件信息
package?com.kewen.biz.Customer;
import?java.util.List;
import?com.kewen.vo.Customer.Customer;
import?com.kewen.vo.Room.Room;
/**
?*?用戶類接口
?*?@author?郭浩
?*?最后修改時間:2018.5.9
?*?版本:1.2
?*/
public?interface?ICustomerBiz?{
/**
???*?用戶登錄
???*?@param?S_customer_count
???*?@param?S_customer_pwd
???*?@return
???*/
public?Customer?CustomerLogin(String?s_customer_countString?s_customer_pwd);
/**
?*?增加一個會員
?*?@param?room
?*?@return
?*/
public?int?addCustomer(Customer?customer);
/**
?*?查看房間信息
?*?@param?name
?*?@return:結果集
?*/
public?List?searchCRoomList();
/**
?*?查看自己信息
?*?@param?name
?*?@return:結果集
?*/
public?Customer?searchCOwnInfoByName(String?s_customer_name);
/**
?*?訂房?
?*?@param?customer
?*?@return
?*/
public?int?updateCustomerRDate(Customer?customer);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-21?19:12??hotel_manage\
?????文件?????????529??2018-04-21?19:12??hotel_manage\.classpath
?????目錄???????????0??2018-04-07?11:55??hotel_manage\.myeclipse\
?????文件?????????309??2018-05-19?18:50??hotel_manage\.myme
?????文件????????1755??2018-04-21?14:20??hotel_manage\.project
?????目錄???????????0??2018-04-07?11:55??hotel_manage\.settings\
?????文件?????????500??2018-04-07?11:55??hotel_manage\.settings\.jsdtscope
?????文件?????????364??2018-04-07?11:55??hotel_manage\.settings\org.eclipse.jdt.core.prefs
?????文件?????????474??2018-04-21?19:12??hotel_manage\.settings\org.eclipse.wst.common.component
?????文件?????????252??2018-04-07?11:55??hotel_manage\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2018-04-07?11:55??hotel_manage\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-04-07?11:55??hotel_manage\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2018-04-07?11:56??hotel_manage\src\
?????目錄???????????0??2018-04-07?11:56??hotel_manage\src\com\
?????目錄???????????0??2018-04-07?11:57??hotel_manage\src\com\kewen\
?????目錄???????????0??2018-04-21?17:10??hotel_manage\src\com\kewen\biz\
?????目錄???????????0??2018-04-21?17:10??hotel_manage\src\com\kewen\biz\Customer\
?????文件?????????922??2018-05-09?11:40??hotel_manage\src\com\kewen\biz\Customer\ICustomerBiz.java
?????目錄???????????0??2018-04-21?17:12??hotel_manage\src\com\kewen\biz\Customer\impl\
?????文件????????1425??2018-05-09?11:41??hotel_manage\src\com\kewen\biz\Customer\impl\CustomerBizImpl.java
?????目錄???????????0??2018-04-21?13:05??hotel_manage\src\com\kewen\biz\Manage\
?????文件????????4553??2018-05-09?11:36??hotel_manage\src\com\kewen\biz\Manage\IManageBiz.java
?????目錄???????????0??2018-04-21?13:53??hotel_manage\src\com\kewen\biz\Manage\impl\
?????文件????????6170??2018-05-09?11:38??hotel_manage\src\com\kewen\biz\Manage\impl\ManageBizImpl.java
?????目錄???????????0??2018-04-21?16:38??hotel_manage\src\com\kewen\dao\
?????文件????????2379??2018-04-21?14:43??hotel_manage\src\com\kewen\dao\ba
?????目錄???????????0??2018-04-21?17:09??hotel_manage\src\com\kewen\dao\Customer\
?????文件?????????902??2018-05-09?11:27??hotel_manage\src\com\kewen\dao\Customer\ICustomerDao.java
?????目錄???????????0??2018-04-21?17:09??hotel_manage\src\com\kewen\dao\Customer\impl\
?????文件????????5274??2018-05-09?11:29??hotel_manage\src\com\kewen\dao\Customer\impl\CustomerDaoImpl.java
?????目錄???????????0??2018-04-21?13:50??hotel_manage\src\com\kewen\dao\Manage\
............此處省略205個文件信息
- 上一篇:JSP超市管理信息系統.rar
- 下一篇:javaee 實現網上商城
評論
共有 條評論