文件名称:StaffingSystem
-
所属分类:
- 标签属性:
- 上传时间:2016-05-26
-
文件大小:21.7mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
人力资源管理系统,可以完成员工录入,奖惩录入,工资录入等企业员工管理的基本功能,使用spring框架,mysql数据库,Tomecat6-Human resources management system, employees can complete the entry, entry incentives, wages and other input function, use spring framework, mysql , Tomecat6
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StaffingSystem/
StaffingSystem/.classpath
StaffingSystem/.project
StaffingSystem/.settings/
StaffingSystem/.settings/.jsdtscope
StaffingSystem/.settings/org.eclipse.jdt.core.prefs
StaffingSystem/.settings/org.eclipse.wst.common.component
StaffingSystem/.settings/org.eclipse.wst.common.project.facet.core.xml
StaffingSystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
StaffingSystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
StaffingSystem/build/
StaffingSystem/build/classes/
StaffingSystem/build/classes/com/
StaffingSystem/build/classes/com/xht/
StaffingSystem/build/classes/com/xht/staff/
StaffingSystem/build/classes/com/xht/staff/bean/
StaffingSystem/build/classes/com/xht/staff/bean/BaseEntity.class
StaffingSystem/build/classes/com/xht/staff/bean/Department.class
StaffingSystem/build/classes/com/xht/staff/bean/Employee.class
StaffingSystem/build/classes/com/xht/staff/bean/RewardAndPunishment.class
StaffingSystem/build/classes/com/xht/staff/bean/Salary.class
StaffingSystem/build/classes/com/xht/staff/bean/Training.class
StaffingSystem/build/classes/com/xht/staff/controller/
StaffingSystem/build/classes/com/xht/staff/controller/DepartmentController.class
StaffingSystem/build/classes/com/xht/staff/controller/EmployeeController.class
StaffingSystem/build/classes/com/xht/staff/controller/LoginController.class
StaffingSystem/build/classes/com/xht/staff/controller/RewordAndPunishmentController.class
StaffingSystem/build/classes/com/xht/staff/controller/SalaryController.class
StaffingSystem/build/classes/com/xht/staff/controller/TrainingController.class
StaffingSystem/build/classes/com/xht/staff/dao/
StaffingSystem/build/classes/com/xht/staff/dao/BaseDao.class
StaffingSystem/build/classes/com/xht/staff/dao/DepartmentDao.class
StaffingSystem/build/classes/com/xht/staff/dao/EmployeeDao.class
StaffingSystem/build/classes/com/xht/staff/dao/RewordAndPunishmentDao.class
StaffingSystem/build/classes/com/xht/staff/dao/SalaryDao.class
StaffingSystem/build/classes/com/xht/staff/dao/TrainingDao.class
StaffingSystem/build/classes/com/xht/staff/service/
StaffingSystem/build/classes/com/xht/staff/service/IDepartmentService.class
StaffingSystem/build/classes/com/xht/staff/service/IEmployeeService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/
StaffingSystem/build/classes/com/xht/staff/service/impl/DepartmentService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/EmployeeService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/RewardAndPunishmentService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/SalaryService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/TrainingService.class
StaffingSystem/build/classes/com/xht/staff/service/IRewardAndPunishmentService.class
StaffingSystem/build/classes/com/xht/staff/service/ISalaryService.class
StaffingSystem/build/classes/com/xht/staff/service/ITrainingService.class
StaffingSystem/build/classes/com/xht/staff/utils/
StaffingSystem/build/classes/com/xht/staff/utils/DateUtils.class
StaffingSystem/build/classes/com/xht/staff/utils/PageUtil.class
StaffingSystem/build/classes/com/xht/staff/utils/QueryHelper.class
StaffingSystem/build/classes/com/xht/staff/utils/ResultUtil.class
StaffingSystem/build/classes/resources/
StaffingSystem/build/classes/resources/jdbc.properties
StaffingSystem/build/classes/resources/spring_core/
StaffingSystem/build/classes/resources/spring_core/applicationContext.xml
StaffingSystem/build/classes/resources/spring_core/spring-mvc.xml
StaffingSystem/src/
StaffingSystem/src/com/
StaffingSystem/src/com/xht/
StaffingSystem/src/com/xht/staff/
StaffingSystem/src/com/xht/staff/bean/
StaffingSystem/src/com/xht/staff/bean/BaseEntity.java
StaffingSystem/src/com/xht/staff/bean/Department.java
StaffingSystem/src/com/xht/staff/bean/Employee.java
StaffingSystem/src/com/xht/staff/bean/RewardAndPunishment.java
StaffingSystem/src/com/xht/staff/bean/Salary.java
StaffingSystem/src/com/xht/staff/bean/Training.java
StaffingSystem/src/com/xht/staff/controller/
StaffingSystem/src/com/xht/staff/controller/DepartmentController.java
StaffingSystem/src/com/xht/staff/controller/EmployeeController.java
StaffingSystem/src/com/xht/staff/controller/LoginController.java
StaffingSystem/src/com/xht/staff/controller/RewordAndPunishmentController.java
StaffingSystem/src/com/xht/staff/controller/SalaryController.java
StaffingSystem/src/com/xht/staff/controller/TrainingController.java
StaffingSystem/src/com/xht/staff/dao/
StaffingSystem/src/com/xht/staff/dao/BaseDao.java
StaffingSystem/src/com/xht/staff/dao/DepartmentDao.java
StaffingSystem/src/com/xht/staff/dao/EmployeeDao.java
StaffingSystem/src/com/xht/staff/dao/RewordAndPunishmentDao.java
StaffingSystem/src/com/xht/staff/dao/SalaryDao.java
StaffingSystem/src/com/xht/staff/dao/TrainingDao.java
StaffingSystem/src/com/xht/staff/service/
StaffingSystem/src/com/xht/staff/service/IDepartmentService.java
StaffingSystem/src/com/xht/staff/service/IEmployeeService.java
StaffingSystem/src/com/xht/staff/service/impl/
StaffingSystem/src/com/xht/staff/service/impl/DepartmentService.java
StaffingSyst
StaffingSystem/.classpath
StaffingSystem/.project
StaffingSystem/.settings/
StaffingSystem/.settings/.jsdtscope
StaffingSystem/.settings/org.eclipse.jdt.core.prefs
StaffingSystem/.settings/org.eclipse.wst.common.component
StaffingSystem/.settings/org.eclipse.wst.common.project.facet.core.xml
StaffingSystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
StaffingSystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
StaffingSystem/build/
StaffingSystem/build/classes/
StaffingSystem/build/classes/com/
StaffingSystem/build/classes/com/xht/
StaffingSystem/build/classes/com/xht/staff/
StaffingSystem/build/classes/com/xht/staff/bean/
StaffingSystem/build/classes/com/xht/staff/bean/BaseEntity.class
StaffingSystem/build/classes/com/xht/staff/bean/Department.class
StaffingSystem/build/classes/com/xht/staff/bean/Employee.class
StaffingSystem/build/classes/com/xht/staff/bean/RewardAndPunishment.class
StaffingSystem/build/classes/com/xht/staff/bean/Salary.class
StaffingSystem/build/classes/com/xht/staff/bean/Training.class
StaffingSystem/build/classes/com/xht/staff/controller/
StaffingSystem/build/classes/com/xht/staff/controller/DepartmentController.class
StaffingSystem/build/classes/com/xht/staff/controller/EmployeeController.class
StaffingSystem/build/classes/com/xht/staff/controller/LoginController.class
StaffingSystem/build/classes/com/xht/staff/controller/RewordAndPunishmentController.class
StaffingSystem/build/classes/com/xht/staff/controller/SalaryController.class
StaffingSystem/build/classes/com/xht/staff/controller/TrainingController.class
StaffingSystem/build/classes/com/xht/staff/dao/
StaffingSystem/build/classes/com/xht/staff/dao/BaseDao.class
StaffingSystem/build/classes/com/xht/staff/dao/DepartmentDao.class
StaffingSystem/build/classes/com/xht/staff/dao/EmployeeDao.class
StaffingSystem/build/classes/com/xht/staff/dao/RewordAndPunishmentDao.class
StaffingSystem/build/classes/com/xht/staff/dao/SalaryDao.class
StaffingSystem/build/classes/com/xht/staff/dao/TrainingDao.class
StaffingSystem/build/classes/com/xht/staff/service/
StaffingSystem/build/classes/com/xht/staff/service/IDepartmentService.class
StaffingSystem/build/classes/com/xht/staff/service/IEmployeeService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/
StaffingSystem/build/classes/com/xht/staff/service/impl/DepartmentService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/EmployeeService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/RewardAndPunishmentService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/SalaryService.class
StaffingSystem/build/classes/com/xht/staff/service/impl/TrainingService.class
StaffingSystem/build/classes/com/xht/staff/service/IRewardAndPunishmentService.class
StaffingSystem/build/classes/com/xht/staff/service/ISalaryService.class
StaffingSystem/build/classes/com/xht/staff/service/ITrainingService.class
StaffingSystem/build/classes/com/xht/staff/utils/
StaffingSystem/build/classes/com/xht/staff/utils/DateUtils.class
StaffingSystem/build/classes/com/xht/staff/utils/PageUtil.class
StaffingSystem/build/classes/com/xht/staff/utils/QueryHelper.class
StaffingSystem/build/classes/com/xht/staff/utils/ResultUtil.class
StaffingSystem/build/classes/resources/
StaffingSystem/build/classes/resources/jdbc.properties
StaffingSystem/build/classes/resources/spring_core/
StaffingSystem/build/classes/resources/spring_core/applicationContext.xml
StaffingSystem/build/classes/resources/spring_core/spring-mvc.xml
StaffingSystem/src/
StaffingSystem/src/com/
StaffingSystem/src/com/xht/
StaffingSystem/src/com/xht/staff/
StaffingSystem/src/com/xht/staff/bean/
StaffingSystem/src/com/xht/staff/bean/BaseEntity.java
StaffingSystem/src/com/xht/staff/bean/Department.java
StaffingSystem/src/com/xht/staff/bean/Employee.java
StaffingSystem/src/com/xht/staff/bean/RewardAndPunishment.java
StaffingSystem/src/com/xht/staff/bean/Salary.java
StaffingSystem/src/com/xht/staff/bean/Training.java
StaffingSystem/src/com/xht/staff/controller/
StaffingSystem/src/com/xht/staff/controller/DepartmentController.java
StaffingSystem/src/com/xht/staff/controller/EmployeeController.java
StaffingSystem/src/com/xht/staff/controller/LoginController.java
StaffingSystem/src/com/xht/staff/controller/RewordAndPunishmentController.java
StaffingSystem/src/com/xht/staff/controller/SalaryController.java
StaffingSystem/src/com/xht/staff/controller/TrainingController.java
StaffingSystem/src/com/xht/staff/dao/
StaffingSystem/src/com/xht/staff/dao/BaseDao.java
StaffingSystem/src/com/xht/staff/dao/DepartmentDao.java
StaffingSystem/src/com/xht/staff/dao/EmployeeDao.java
StaffingSystem/src/com/xht/staff/dao/RewordAndPunishmentDao.java
StaffingSystem/src/com/xht/staff/dao/SalaryDao.java
StaffingSystem/src/com/xht/staff/dao/TrainingDao.java
StaffingSystem/src/com/xht/staff/service/
StaffingSystem/src/com/xht/staff/service/IDepartmentService.java
StaffingSystem/src/com/xht/staff/service/IEmployeeService.java
StaffingSystem/src/com/xht/staff/service/impl/
StaffingSystem/src/com/xht/staff/service/impl/DepartmentService.java
StaffingSyst
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.