• 大小: 6.48MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-11-05
  • 语言: 其他
  • 标签: Asp.net  Ajax  

资源简介

本系统主要包括: 简单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个文件信息

评论

共有 条评论