文件名称:rest-db
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-12-18
- 文件大小:
- 135kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是餐厅后场管理系统的一部分,模拟餐厅下单到后场小票机打印出小票。使用的框架为Struts+Mybatis+Spring。这是JavaEE中的Dao层。实现与数据库的交互
-This part help interact with .
-This part help interact with .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rest-db
.......\.classpath
.......\.project
.......\.settings
.......\.........\org.eclipse.core.resources.prefs
.......\.........\org.eclipse.jdt.core.prefs
.......\.........\org.eclipse.m2e.core.prefs
.......\pom.xml
.......\src
.......\...\main
.......\...\....\java
.......\...\....\....\com
.......\...\....\....\...\angho
.......\...\....\....\...\.....\rest
.......\...\....\....\...\.....\....\dao
.......\...\....\....\...\.....\....\...\kitchen
.......\...\....\....\...\.....\....\...\.......\impl
.......\...\....\....\...\.....\....\...\.......\....\QueueDaoImpl.java
.......\...\....\....\...\.....\....\...\.......\....\QueueElementDaoImpl.java
.......\...\....\....\...\.....\....\...\.......\....\QueueFoodRDaoImpl.java
.......\...\....\....\...\.....\....\...\.......\QueueDao.java
.......\...\....\....\...\.....\....\...\.......\QueueElementDao.java
.......\...\....\....\...\.....\....\...\.......\QueueFoodRDao.java
.......\...\....\....\...\.....\....\mapper
.......\...\....\....\...\.....\....\......\kitchen
.......\...\....\....\...\.....\....\......\.......\QueueElementMapper.java
.......\...\....\....\...\.....\....\......\.......\QueueFoodRMapper.java
.......\...\....\....\...\.....\....\......\.......\QueueMapper.java
.......\...\....\resources
.......\...\....\.........\mappers
.......\...\....\.........\.......\associationRule.xml
.......\...\....\.........\.......\combo.xml
.......\...\....\.........\.......\comboFood.xml
.......\...\....\.........\.......\comboFoodType.xml
.......\...\....\.........\.......\coupon.xml
.......\...\....\.........\.......\couponFoodPriceR.xml
.......\...\....\.........\.......\couponFoodTypeR.xml
.......\...\....\.........\.......\couponRule.xml
.......\...\....\.........\.......\couponRuleR.xml
.......\...\....\.........\.......\desk.xml
.......\...\....\.........\.......\deskType.xml
.......\...\....\.........\.......\deskTypeDeskR.xml
.......\...\....\.........\.......\eduLevel.xml
.......\...\....\.........\.......\employee.xml
.......\...\....\.........\.......\employeeComment.xml
.......\...\....\.........\.......\employeeLevel.xml
.......\...\....\.........\.......\feature.xml
.......\...\....\.........\.......\featureActionR.xml
.......\...\....\.........\.......\food.xml
.......\...\....\.........\.......\foodAdditional.xml
.......\...\....\.........\.......\foodPrice.xml
.......\...\....\.........\.......\foodReq.xml
.......\...\....\.........\.......\foodReqFoodR.xml
.......\...\....\.........\.......\foodSpec.xml
.......\...\....\.........\.......\foodType.xml
.......\...\....\.........\.......\foodTypeFoodR.xml
.......\...\....\.........\.......\foodUnit.xml
.......\...\....\.........\.......\MemberAccount.xml
.......\...\....\.........\.......\MemberAccountItem.xml
.......\...\....\.........\.......\order.xml
.......\...\....\.........\.......\orderChangeLog.xml
.......\...\....\.........\.......\orderComboItem.xml
.......\...\....\.........\.......\orderCouponItem.xml
.......\...\....\.........\.......\orderedItem.xml
.......\...\....\.........\.......\orderFoodItem.xml
.......\...\....\.........\.......\orderFoodReqItem.xml
.......\...\....\.........\.......\orderPayItem.xml
.......\...\....\.........\.......\orderPayType.xml
.......\...\....\.........\.......\orderReason.xml
.......\...\....\.........\.......\orderReasonR.xml
.......\...\....\.........\.......\queue.xml
.......\...\....\.........\.......\queueElement.xml
.......\...\....\.........\.......\queueFoodR.xml
.......\...\....\.........\.......\recommendItem.xml
.......\...\....\.........\.......\role.xml
.......\...\....\.........\.......\roleFeatureR.xml
.......\...\....\.........\.......\simpleOrder.xml
.......\...\....\.........\.......\simpleOrderItem.xml
.......\...\....\.........\.......\user.xml
.......\...\....\.........\.......\userRoleR.xml
.......\...\....\.........\mybatis-config-chenlin.xml
.......\...\test
.......\...\....\java
.......\...\....\....\com
.......\...\....\....\...\angho
.......\...\....\....\...\.....\rest
.......\...\....\....\...\.....\....\base
.......\...\..