CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:hcy

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-04-13
  • 文件大小:
    5.84mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

客房服务管理系统

系统要求包含:1.房务管理 2.销售管理 3.账务管理 4.员工管理 5.查询统计 6.角色管理-Room service management system

System requirements include: 1. Housing Service Management 2. account management sales management 3. 4. 5. Query statistics 6. Employee Management Role Management
(系统自动生成,下载前可以参看下载内容)

下载文件列表

hcy/
hcy/.classpath
hcy/.myeclipse/
hcy/.myhibernatedata
hcy/.mymetadata
hcy/.project
hcy/.settings/
hcy/.settings/.jsdtscope
hcy/.settings/org.eclipse.jdt.core.prefs
hcy/.settings/org.eclipse.wst.common.component
hcy/.settings/org.eclipse.wst.common.project.facet.core.xml
hcy/.settings/org.eclipse.wst.jsdt.ui.superType.container
hcy/.settings/org.eclipse.wst.jsdt.ui.superType.name
hcy/src/
hcy/src/.struts.mex
hcy/src/com/
hcy/src/com/shxt/
hcy/src/com/shxt/jx1/
hcy/src/com/shxt/jx1/hcy/
hcy/src/com/shxt/jx1/hcy/action/
hcy/src/com/shxt/jx1/hcy/action/AjaxAction.java
hcy/src/com/shxt/jx1/hcy/action/FoodAction.java
hcy/src/com/shxt/jx1/hcy/action/GoodsAction.java
hcy/src/com/shxt/jx1/hcy/action/LoginAction.java
hcy/src/com/shxt/jx1/hcy/action/MemberAction.java
hcy/src/com/shxt/jx1/hcy/action/RoomAction.java
hcy/src/com/shxt/jx1/hcy/action/RoomTypeAction.java
hcy/src/com/shxt/jx1/hcy/action/RoomUsageAction.java
hcy/src/com/shxt/jx1/hcy/action/StatisticsAction.java
hcy/src/com/shxt/jx1/hcy/action/UserAction.java
hcy/src/com/shxt/jx1/hcy/bean/
hcy/src/com/shxt/jx1/hcy/bean/PageBean.java
hcy/src/com/shxt/jx1/hcy/dao/
hcy/src/com/shxt/jx1/hcy/dao/bean/
hcy/src/com/shxt/jx1/hcy/dao/bean/DaoBean.java
hcy/src/com/shxt/jx1/hcy/dao/Dao.java
hcy/src/com/shxt/jx1/hcy/factory/
hcy/src/com/shxt/jx1/hcy/factory/DaoFactory.java
hcy/src/com/shxt/jx1/hcy/filter/
hcy/src/com/shxt/jx1/hcy/filter/LoginFilter.java
hcy/src/com/shxt/jx1/hcy/model/
hcy/src/com/shxt/jx1/hcy/model/Food.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Food.java
hcy/src/com/shxt/jx1/hcy/model/FoodConsumption.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/FoodConsumption.java
hcy/src/com/shxt/jx1/hcy/model/FoodLevel.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/FoodLevel.java
hcy/src/com/shxt/jx1/hcy/model/Goods.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Goods.java
hcy/src/com/shxt/jx1/hcy/model/GoodsConsumption.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/GoodsConsumption.java
hcy/src/com/shxt/jx1/hcy/model/Member.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Member.java
hcy/src/com/shxt/jx1/hcy/model/Power.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Power.java
hcy/src/com/shxt/jx1/hcy/model/Role.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Role.java
hcy/src/com/shxt/jx1/hcy/model/Room.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/Room.java
hcy/src/com/shxt/jx1/hcy/model/RoomType.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/RoomType.java
hcy/src/com/shxt/jx1/hcy/model/RoomUsage.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/RoomUsage.java
hcy/src/com/shxt/jx1/hcy/model/User.hbm.xml
hcy/src/com/shxt/jx1/hcy/model/User.java
hcy/src/com/shxt/jx1/hcy/service/
hcy/src/com/shxt/jx1/hcy/service/LoginService.java
hcy/src/com/shxt/jx1/hcy/servlet/
hcy/src/com/shxt/jx1/hcy/servlet/LoginServlet.java
hcy/src/com/shxt/jx1/hcy/util/
hcy/src/com/shxt/jx1/hcy/util/CisForMD5.java
hcy/src/com/shxt/jx1/hcy/util/CopyFileTools.java
hcy/src/com/shxt/jx1/hcy/util/CreateDB.java
hcy/src/com/shxt/jx1/hcy/util/CreateFood.java
hcy/src/com/shxt/jx1/hcy/util/CreateFoodLevel.java
hcy/src/com/shxt/jx1/hcy/util/CreateRolePower.java
hcy/src/com/shxt/jx1/hcy/util/CreateRoomType.java
hcy/src/com/shxt/jx1/hcy/util/CreateUser.java
hcy/src/com/shxt/jx1/hcy/util/HibernateSessionFactory.java
hcy/src/com/shxt/jx1/hcy/util/PageTools.java
hcy/src/com/shxt/jx1/hcy/util/StrutsUploadUtils.java
hcy/src/com/shxt/jxq/
hcy/src/com/shxt/jxq/hcy/
hcy/src/com/shxt/jxq/hcy/test/
hcy/src/com/shxt/jxq/hcy/test/Test.java
hcy/src/hibernate.cfg.xml
hcy/src/struts.xml
hcy/WebRoot/
hcy/WebRoot/commclose.jsp
hcy/WebRoot/finance/
hcy/WebRoot/finance/adjustPrice.jsp
hcy/WebRoot/finance/checkOut.jsp
hcy/WebRoot/finance/roomQueryToCheckOut.jsp
hcy/WebRoot/finance/roomTypeSave.jsp
hcy/WebRoot/finance/roomTypeUpdate.jsp
hcy/WebRoot/images/
hcy/WebRoot/images/!.gif
hcy/WebRoot/images/ad.gif
hcy/WebRoot/images/add.gif
hcy/WebRoot/images/back.gif
hcy/WebRoot/images/bg.gif
hcy/WebRoot/images/bigsize.jpg
hcy/WebRoot/images/bootnbg.jpg
hcy/WebRoot/images/bullet.gif
hcy/WebRoot/images/buttom-copy-bg.gif
hcy/WebRoot/images/buttom-left.gif
hcy/WebRoot/images/buttom-right.gif
hcy/WebRoot/images/buttom_bgs.gif
hcy/WebRoot/images/buttom_left2.gif
hcy/WebRoot/images/buttom_right2.gif
hcy/WebRoot/images/card.jpg
hcy/WebRoot/images/check-out_.gif
hcy/WebRoot/images/check.png
hcy/WebRoot/images/close.gif
hcy/WebRoot/images/content-bg-line.gif
hcy/WebRoot/images/content-bg.gif
hcy/WebRoot/images/database_import_.gif
hcy/WebRoot/images/DefaultDocs.gif
hcy/WebRoot/images/defind.gif
hcy/WebRoot/images/del.jpg
hcy/WebRoot/images/delete.gif
hcy/WebRoot/images/delete_6.gif
hcy/WebRoot/images/edit.gif
hcy/WebRoot/images/error.png
hcy/WebRoot/images/ershou_1.gif
hcy/WebRoot/images/ershou_2.gif
hcy/WebRoot/images/format.gif
hcy/WebRoot/images/fox.css
hcy/WebRoot/images/g.gif
hcy/WebRoot/images/gw.gif
hcy/WebRoot/images/gw2.gif
hcy/WebRoot/images/home_bg.png
hcy/WebRoot/images/icon-demo.gif
hcy/WebRoot/images/icon-login-seaver.gif
hcy/WebRoot/images/icon-mail2.gif
hcy/WebRoot/images/icon-phone.gif
hcy/WebRoot/images/icon2_004.png
hcy/WebRoot/images/icon2_089.png
hcy/WebRoot/images/icon2_090.png
hcy/WebRoot/images/imagedelete.gif
hcy/WebR

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com