文件名称:xietongsourcecode
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:19.74mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
WeTogether员工考勤管理及任务管理系统1.0主要用于企事业单位在局域网上或者互联网上进行考勤打卡管理、任务管理、项目管理等网络化、无纸化协同办公。
关键字:考勤打卡管理,任务管理,项目管理,协同办公,考勤管理,打卡管理,网上打卡,员工考勤,任务调度员工考勤系统-WeTogether employee attendance management and task management system 1.0 for enterprises and institutions in the local area network or the Internet attendance clock management, task management, project management, network, paperless coordination office.
Keywords: attendance punch card management, task management, project management, collaboration, time management, punch card management, online punch, employee attendance, task scheduling staff time and attendance system
关键字:考勤打卡管理,任务管理,项目管理,协同办公,考勤管理,打卡管理,网上打卡,员工考勤,任务调度员工考勤系统-WeTogether employee attendance management and task management system 1.0 for enterprises and institutions in the local area network or the Internet attendance clock management, task management, project management, network, paperless coordination office.
Keywords: attendance punch card management, task management, project management, collaboration, time management, punch card management, online punch, employee attendance, task scheduling staff time and attendance system
(系统自动生成,下载前可以参看下载内容)
下载文件列表
xietongsourcecode/.classpath
xietongsourcecode/.myhibernatedata
xietongsourcecode/.mymetadata
xietongsourcecode/.mystrutsdata
xietongsourcecode/.project
xietongsourcecode/.settings/org.eclipse.core.resources.prefs
xietongsourcecode/.settings/org.eclipse.ltk.core.refactoring.prefs
xietongsourcecode/.springBeans
xietongsourcecode/src/applicationContext.xml
xietongsourcecode/src/authz.tld
xietongsourcecode/src/com/huigao/dao/DakaDao.java
xietongsourcecode/src/com/huigao/dao/DepartmentDao.java
xietongsourcecode/src/com/huigao/dao/HolidayDao.java
xietongsourcecode/src/com/huigao/dao/impl/DakaDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/DepartmentDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/HolidayDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/OverTimeDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/ProjectDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/ResourceDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/RoleDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/StatisticDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/SystemTipsDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/TaskDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/UsersDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/WorkTimeDaoImpl.java
xietongsourcecode/src/com/huigao/dao/OverTimeDao.java
xietongsourcecode/src/com/huigao/dao/ProjectDao.java
xietongsourcecode/src/com/huigao/dao/ResourceDao.java
xietongsourcecode/src/com/huigao/dao/RoleDao.java
xietongsourcecode/src/com/huigao/dao/StatisticDao.java
xietongsourcecode/src/com/huigao/dao/SystemTipsDao.java
xietongsourcecode/src/com/huigao/dao/TaskDao.java
xietongsourcecode/src/com/huigao/dao/UsersDao.java
xietongsourcecode/src/com/huigao/dao/WorkTimeDao.java
xietongsourcecode/src/com/huigao/listener/ServletContextLoaderListener.java
xietongsourcecode/src/com/huigao/pojo/DakaLog.java
xietongsourcecode/src/com/huigao/pojo/Department.java
xietongsourcecode/src/com/huigao/pojo/Holiday.java
xietongsourcecode/src/com/huigao/pojo/HolidayLog.java
xietongsourcecode/src/com/huigao/pojo/OverTime.java
xietongsourcecode/src/com/huigao/pojo/Project.java
xietongsourcecode/src/com/huigao/pojo/Resource.java
xietongsourcecode/src/com/huigao/pojo/Role.java
xietongsourcecode/src/com/huigao/pojo/Statistic.java
xietongsourcecode/src/com/huigao/pojo/SystemTips.java
xietongsourcecode/src/com/huigao/pojo/Task.java
xietongsourcecode/src/com/huigao/pojo/TaskLog.java
xietongsourcecode/src/com/huigao/pojo/Users.java
xietongsourcecode/src/com/huigao/pojo/WorkTime.java
xietongsourcecode/src/com/huigao/security/interceptor/SecureResourceFilterInvocationDefinitionSource.java
xietongsourcecode/src/com/huigao/security/interceptor/SecurityChangeOperation.java
xietongsourcecode/src/com/huigao/security/SecurityManager.java
xietongsourcecode/src/com/huigao/security/support/SecurityManagerSupport.java
xietongsourcecode/src/com/huigao/security/support/SecurityUserHolder.java
xietongsourcecode/src/com/huigao/service/DakaService.java
xietongsourcecode/src/com/huigao/service/DepartmentService.java
xietongsourcecode/src/com/huigao/service/HolidayService.java
xietongsourcecode/src/com/huigao/service/impl/DakaServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/DepartmentServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/HolidayServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/OverTimeServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/ProjectServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/ResourceServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/RoleServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/StatisticServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/SystemTipsServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/TaskServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/UserServiceImpl.java
xietongsourcecode/src/com/huigao/service/OverTimeService.java
xietongsourcecode/src/com/huigao/service/ProjectService.java
xietongsourcecode/src/com/huigao/service/ResourceService.java
xietongsourcecode/src/com/huigao/service/RoleService.java
xietongsourcecode/src/com/huigao/service/StatisticService.java
xietongsourcecode/src/com/huigao/service/SystemTipsService.java
xietongsourcecode/src/com/huigao/service/TaskService.java
xietongsourcecode/src/com/huigao/service/UserService.java
xietongsourcecode/src/com/huigao/struts/action/DakaAction.java
xietongsourcecode/src/com/huigao/struts/action/DepartmentAction.java
xietongsourcecode/src/com/huigao/struts/action/ExtTreeAction.java
xietongsourcecode/src/com/huigao/struts/action/HolidayAction.java
xietongsourcecode/src/com/huigao/struts/action/OverTimeAction.java
xietongsourcecode/src/com/huigao/struts/action/ProjectAction.java
xietongsourcecode/src/com/huigao/struts/action/ResourceAction.java
xietongsourcecode/src/com/huigao/struts/action/RoleAction.java
xietongsourcecode/src/com/huigao/struts/action/SystemTipsAction.java
xietongsourcecode/src/com/huigao/struts/action/TaskAction.java
xietongsourcecode/src/com/huigao/struts/action/UserActi
xietongsourcecode/.myhibernatedata
xietongsourcecode/.mymetadata
xietongsourcecode/.mystrutsdata
xietongsourcecode/.project
xietongsourcecode/.settings/org.eclipse.core.resources.prefs
xietongsourcecode/.settings/org.eclipse.ltk.core.refactoring.prefs
xietongsourcecode/.springBeans
xietongsourcecode/src/applicationContext.xml
xietongsourcecode/src/authz.tld
xietongsourcecode/src/com/huigao/dao/DakaDao.java
xietongsourcecode/src/com/huigao/dao/DepartmentDao.java
xietongsourcecode/src/com/huigao/dao/HolidayDao.java
xietongsourcecode/src/com/huigao/dao/impl/DakaDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/DepartmentDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/HolidayDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/OverTimeDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/ProjectDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/ResourceDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/RoleDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/StatisticDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/SystemTipsDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/TaskDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/UsersDaoImpl.java
xietongsourcecode/src/com/huigao/dao/impl/WorkTimeDaoImpl.java
xietongsourcecode/src/com/huigao/dao/OverTimeDao.java
xietongsourcecode/src/com/huigao/dao/ProjectDao.java
xietongsourcecode/src/com/huigao/dao/ResourceDao.java
xietongsourcecode/src/com/huigao/dao/RoleDao.java
xietongsourcecode/src/com/huigao/dao/StatisticDao.java
xietongsourcecode/src/com/huigao/dao/SystemTipsDao.java
xietongsourcecode/src/com/huigao/dao/TaskDao.java
xietongsourcecode/src/com/huigao/dao/UsersDao.java
xietongsourcecode/src/com/huigao/dao/WorkTimeDao.java
xietongsourcecode/src/com/huigao/listener/ServletContextLoaderListener.java
xietongsourcecode/src/com/huigao/pojo/DakaLog.java
xietongsourcecode/src/com/huigao/pojo/Department.java
xietongsourcecode/src/com/huigao/pojo/Holiday.java
xietongsourcecode/src/com/huigao/pojo/HolidayLog.java
xietongsourcecode/src/com/huigao/pojo/OverTime.java
xietongsourcecode/src/com/huigao/pojo/Project.java
xietongsourcecode/src/com/huigao/pojo/Resource.java
xietongsourcecode/src/com/huigao/pojo/Role.java
xietongsourcecode/src/com/huigao/pojo/Statistic.java
xietongsourcecode/src/com/huigao/pojo/SystemTips.java
xietongsourcecode/src/com/huigao/pojo/Task.java
xietongsourcecode/src/com/huigao/pojo/TaskLog.java
xietongsourcecode/src/com/huigao/pojo/Users.java
xietongsourcecode/src/com/huigao/pojo/WorkTime.java
xietongsourcecode/src/com/huigao/security/interceptor/SecureResourceFilterInvocationDefinitionSource.java
xietongsourcecode/src/com/huigao/security/interceptor/SecurityChangeOperation.java
xietongsourcecode/src/com/huigao/security/SecurityManager.java
xietongsourcecode/src/com/huigao/security/support/SecurityManagerSupport.java
xietongsourcecode/src/com/huigao/security/support/SecurityUserHolder.java
xietongsourcecode/src/com/huigao/service/DakaService.java
xietongsourcecode/src/com/huigao/service/DepartmentService.java
xietongsourcecode/src/com/huigao/service/HolidayService.java
xietongsourcecode/src/com/huigao/service/impl/DakaServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/DepartmentServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/HolidayServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/OverTimeServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/ProjectServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/ResourceServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/RoleServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/StatisticServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/SystemTipsServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/TaskServiceImpl.java
xietongsourcecode/src/com/huigao/service/impl/UserServiceImpl.java
xietongsourcecode/src/com/huigao/service/OverTimeService.java
xietongsourcecode/src/com/huigao/service/ProjectService.java
xietongsourcecode/src/com/huigao/service/ResourceService.java
xietongsourcecode/src/com/huigao/service/RoleService.java
xietongsourcecode/src/com/huigao/service/StatisticService.java
xietongsourcecode/src/com/huigao/service/SystemTipsService.java
xietongsourcecode/src/com/huigao/service/TaskService.java
xietongsourcecode/src/com/huigao/service/UserService.java
xietongsourcecode/src/com/huigao/struts/action/DakaAction.java
xietongsourcecode/src/com/huigao/struts/action/DepartmentAction.java
xietongsourcecode/src/com/huigao/struts/action/ExtTreeAction.java
xietongsourcecode/src/com/huigao/struts/action/HolidayAction.java
xietongsourcecode/src/com/huigao/struts/action/OverTimeAction.java
xietongsourcecode/src/com/huigao/struts/action/ProjectAction.java
xietongsourcecode/src/com/huigao/struts/action/ResourceAction.java
xietongsourcecode/src/com/huigao/struts/action/RoleAction.java
xietongsourcecode/src/com/huigao/struts/action/SystemTipsAction.java
xietongsourcecode/src/com/huigao/struts/action/TaskAction.java
xietongsourcecode/src/com/huigao/struts/action/UserActi
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.