資源簡介
本系統(tǒng)主要包括:
簡單OA辦公自動化系統(tǒng)源碼
人事管理
機構信息、部門信息、人員管理
日程管理
我的日程、部門日程、我的便簽
文檔管理
文檔管理、回收站、文檔搜索
系統(tǒng)管理
角色管理、登陸日志、操作日志
考勤管理
員工考勤、考勤歷史查詢、考勤統(tǒng)計

代碼片段和文件信息
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)//根據(jù)員工Id更新考勤統(tǒng)計表的其他信息
???????{
???????????int?num?=?Check_countService.ModifyCheck_count2(OnDutyRash?LeaveEarlyDegree?TruancyDegree?LeaveDegree?EmployeeId);
???????????return?num;
???????
???????}
???????public?static?int?getLeaveRemarkByEmployeeId(int?EmployeeId)//查詢員工考勤表內(nèi)當leavearemark為請假的條數(shù)
???????{
???????????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辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\BLL.dll
?????文件?????118272??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\BLL.pdb
?????文件??????90112??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\DAL.dll
?????文件?????224768??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\DAL.pdb
?????文件??????32768??2009-08-29?17:23??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\Model.dll
?????文件?????114176??2009-08-29?17:23??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\bin\Debug\Model.pdb
?????文件???????3083??2009-08-26?18:46??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\BLL.csproj
?????文件???????1887??2009-08-24?17:25??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Check_countManager.cs
?????文件???????1569??2009-08-24?17:15??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Check_EmployeeManager.cs
?????文件????????324??2009-08-24?17:15??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Check_standardManager.cs
?????文件???????2291??2009-08-26?18:46??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\DepartmentManager.cs
?????文件???????2363??2009-08-24?17:09??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\DepcalendarManager.cs
?????文件???????2604??2009-08-24?18:35??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\DocumentManager.cs
?????文件????????495??2009-08-18?10:00??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\DocumentTypeManager.cs
?????文件???????3987??2009-08-26?18:46??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\EmployeeManager.cs
?????文件????????432??2009-08-24?11:50??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Login_logManager.cs
?????文件????????993??2009-08-26?12:53??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\MessageManager.cs
?????文件???????1900??2009-08-24?17:09??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\MycalendarManage.cs
?????文件???????1765??2009-08-24?17:09??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\My_markManage.cs
?????文件????????198??2009-08-29?18:23??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\BLL.csproj.FileList.txt
?????文件???????4023??2010-07-02?08:56??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\BLL.csproj.FileListAbsolute.txt
?????文件??????28672??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\Debug\BLL.dll
?????文件?????118272??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\Debug\BLL.pdb
?????文件??????20480??2008-08-28?00:24??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\Debug\Refactor\BLL.dll
?????文件??????10776??2010-07-02?08:44??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件????????460??2009-08-24?11:51??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\OperationLogManager.cs
?????文件???????1695??2009-08-26?18:46??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\OrganManager.cs
?????文件???????1325??2009-08-06?22:40??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Properties\AssemblyInfo.cs
?????文件???????1047??2009-08-23?15:10??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Role_rightManager.cs
?????文件????????304??2009-08-23?10:27??OA辦公系統(tǒng)源代碼+數(shù)據(jù)庫\SimpleOAOffice\BLL\Sys_menuManager.cs
............此處省略313個文件信息
評論
共有 條評論