資源簡介
spring+springmvc+mybatis搭建的一個酒店管理系統附帶mysql數據庫
代碼片段和文件信息
package?com.gx.dao;
import?java.util.List;
import?org.apache.ibatis.annotations.Param;
import?com.gx.po.AttributePo;
public?interface?AttributeDao?{
????//?新增商品類別?
public?int?insertAll(@Param(“newid“)int?newid?@Param(“newname“)String?newname);
//?刪除商品類別?
public?int?deleteById(Integer?id);
//客房等級
public?List?selectGuestRoomLevel(?);
//房態
public?List?selectRoomState(?);
//商品類別
public?List?selectCommodityType(?);
//計量單位
public?List?selectUOM(?);
//查看對象類別
public?List?selectTargetType(?);
//查看性別
public?List?selectGender(?);
//查看民族
public?List?selectNation(?);
//查看旅客級別
public?List?selectPassengerLevel(?);
//查看文化程度
public?List?selectEducationDegree(?);
//查看證件類型
????public?List?selectPapers(?);
//查看事由
public?List?selectThingReason(?);
//旅客類別
public?List?selectPassengerType(?);
//結賬單位
public?List?selectBillUnit(?);
//結賬方式
public?List?selectPayWay(?);
//出租方式
public?List?selectRentOutType(?);
//結賬否
public?List?selectIsPay(?);
//預訂狀態
public?List?selectPredetermineState(?);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-23?15:42??酒店管理\
?????目錄???????????0??2017-03-12?20:27??酒店管理\計劃書和需求\
?????文件?????2137859??2016-11-08?20:48??酒店管理\計劃書和需求\酒店管理.docx
?????目錄???????????0??2017-02-23?15:42??酒店管理\數據庫\
?????目錄???????????0??2017-02-23?15:41??酒店管理\數據庫\pdm\
?????文件??????152704??2016-12-06?19:12??酒店管理\數據庫\pdm\酒店管理數據庫設計.pdm
?????目錄???????????0??2017-02-23?15:42??酒店管理\數據庫\sql\
?????文件???????30181??2017-03-02?14:53??酒店管理\數據庫\sql\grogshop.sql
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\
?????文件????????1708??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.classpath
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.myeclipse\
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.myeclipse\profiler\
?????文件?????????940??2017-02-27?15:07??酒店管理\源代碼\ssmgrogshop\.myeclipse\profiler\ssmgrogshop?on?Tomcat??7.x.xm
?????文件?????????306??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.myme
?????文件????????1962??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.project
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.settings\
?????文件?????????500??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\.jsdtscope
?????文件??????????57??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.jdt.core.prefs
?????文件?????????471??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.wst.common.component
?????文件?????????252??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????462??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.springBeans
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.svn\
?????文件???????????3??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.svn\entries
?????文件???????????3??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.svn\format
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.svn\pristine\
?????目錄???????????0??2017-03-02?14:52??酒店管理\源代碼\ssmgrogshop\.svn\pristine\00\
?????文件????????7970??2017-02-21?10:44??酒店管理\源代碼\ssmgrogshop\.svn\pristine\00\00ea21584c1569dd4536764a0bc3234e8de5913c.svn-ba
............此處省略1085個文件信息
評論
共有 條評論