资源简介
本系统主要包括:
简单OA办公自动化系统源码
人事管理
机构信息、部门信息、人员管理
日程管理
我的日程、部门日程、我的便签
文档管理
文档管理、回收站、文档搜索
系统管理
角色管理、登陆日志、操作日志
考勤管理
员工考勤、考勤历史查询、考勤统计
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using DAL;
using Model;
namespace BLL
{
public class Check_countManager
{
public static Check_count GetCheck_CountById(int Id)
{
return Check_countService.GetCheck_countById(Id);
}
public static Check_count AddCheck_count(Check_count check)
{
return Check_countService.AddCheck_count(check);
}
public static Check_count GetCheck_countByEmployeeId(int Id)
{
return Check_countService.GetCheck_countByEmployeeId(Id);
}
public static void ModifyCheck_Count1(int LateDegreeint Id)
{
Check_countService.ModifyCheck_count1(LateDegree Id);
}
public static int MofifyCheck_count2(double OnDutyRash int LeaveEarlyDegree int TruancyDegree int LeaveDegree int EmployeeId)//根据员工Id更新考勤统计表的其他信息
{
int num = Check_countService.ModifyCheck_count2(OnDutyRash LeaveEarlyDegree TruancyDegree LeaveDegree EmployeeId);
return num;
}
public static int getLeaveRemarkByEmployeeId(int EmployeeId)//查询员工考勤表内当leavearemark为请假的条数
{
int num = Check_countService.getLeaveRemarkByEmployeeId(EmployeeId);
return num;
}
public static int GetTruancyDegree(int EmployeeId)
{
return Check_countService.GetTruancyDegree(EmployeeId);
}
public static int GetLeaveDegree(int EmployeeId)
{
return Check_countService.GetLeaveDegree(EmployeeId);
}
public static IList GetCheck_countBySql(string safeSql) /////////////
{
return Check_countService.GetCheck_countBySql(safeSql);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28672 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\BLL.dll
文件 118272 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\BLL.pdb
文件 90112 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\DAL.dll
文件 224768 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\DAL.pdb
文件 32768 2009-08-29 17:23 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\Model.dll
文件 114176 2009-08-29 17:23 OA办公系统源代码+数据库\SimpleOAOffice\BLL\bin\Debug\Model.pdb
文件 3083 2009-08-26 18:46 OA办公系统源代码+数据库\SimpleOAOffice\BLL\BLL.csproj
文件 1887 2009-08-24 17:25 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Check_countManager.cs
文件 1569 2009-08-24 17:15 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Check_EmployeeManager.cs
文件 324 2009-08-24 17:15 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Check_standardManager.cs
文件 2291 2009-08-26 18:46 OA办公系统源代码+数据库\SimpleOAOffice\BLL\DepartmentManager.cs
文件 2363 2009-08-24 17:09 OA办公系统源代码+数据库\SimpleOAOffice\BLL\DepcalendarManager.cs
文件 2604 2009-08-24 18:35 OA办公系统源代码+数据库\SimpleOAOffice\BLL\DocumentManager.cs
文件 495 2009-08-18 10:00 OA办公系统源代码+数据库\SimpleOAOffice\BLL\DocumentTypeManager.cs
文件 3987 2009-08-26 18:46 OA办公系统源代码+数据库\SimpleOAOffice\BLL\EmployeeManager.cs
文件 432 2009-08-24 11:50 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Login_logManager.cs
文件 993 2009-08-26 12:53 OA办公系统源代码+数据库\SimpleOAOffice\BLL\MessageManager.cs
文件 1900 2009-08-24 17:09 OA办公系统源代码+数据库\SimpleOAOffice\BLL\MycalendarManage.cs
文件 1765 2009-08-24 17:09 OA办公系统源代码+数据库\SimpleOAOffice\BLL\My_markManage.cs
文件 198 2009-08-29 18:23 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\BLL.csproj.FileList.txt
文件 4023 2010-07-02 08:56 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\BLL.csproj.FileListAbsolute.txt
文件 28672 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\Debug\BLL.dll
文件 118272 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\Debug\BLL.pdb
文件 20480 2008-08-28 00:24 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\Debug\Refactor\BLL.dll
文件 10776 2010-07-02 08:44 OA办公系统源代码+数据库\SimpleOAOffice\BLL\obj\Debug\ResolveAssemblyReference.cache
文件 460 2009-08-24 11:51 OA办公系统源代码+数据库\SimpleOAOffice\BLL\OperationLogManager.cs
文件 1695 2009-08-26 18:46 OA办公系统源代码+数据库\SimpleOAOffice\BLL\OrganManager.cs
文件 1325 2009-08-06 22:40 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Properties\AssemblyInfo.cs
文件 1047 2009-08-23 15:10 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Role_rightManager.cs
文件 304 2009-08-23 10:27 OA办公系统源代码+数据库\SimpleOAOffice\BLL\Sys_menuManager.cs
............此处省略313个文件信息
- 上一篇:数据库 报刊订阅系统
- 下一篇:在线投票系统源代码+数据库设计+E-R图
相关资源
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- 网上购物商城系统完整版
- 基于ajax的web聊天室
- Json.net
- AutoMapper的使用
- 清华大学计算机系网络课程之模式识
- Ajax访问dataSnap Rest服务器
- 某实验中学网站(源码+数据库)
- AjaxControlToolkit4.5
- 用ajax实现新闻发布系统
- 学生综合素质测评
- 校友信息管理系统,毕业论文
- easyui+ajax+json+servlet实现用户登录注册
- 课程管理系统
- 加班管理系统本人自己写的.net 本人新
- 网上书店的设计
- 在线考试系统学生 老师 管理员
- AJax基础教程.pdf
- 在线投票系统源代码+数据库设计+E-
- e拍在线拍卖系统完整源代码及数据库
- 当当网----全部代码
- 在线电子杂志浏览系统
- 基于AJAX方式实现的STM32H7_WebServer网页
- ajax异步获取数据库数据绘制Echarts图表
- AjaxControlToolKit Ajax扩展控件
- 尚硅谷佟刚ajax视频配套源码
- jqGrid dialog
- 旅游网站系统项目开发
- 北大青鸟.项目案例—使用Ajax技术改进
评论
共有 条评论