• 大小: 38.37MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-30
  • 语言: 其他
  • 标签: OA  C#  .NET  

资源简介

仿通达OA完整源码仿通达OA完整源码仿通达OA完整源码仿通达OA完整源码

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
using FTD.DBUnit;//请先添加引用
namespace FTD.BLL
{
    /// 
    /// 类ERPAnPai。
    /// 

    public class ERPAnPai
    {
        public ERPAnPai()
        { }
        #region Model
        private int _id;
        private string _username;
        private string _titlestr;
        private string _contentstr;
        private DateTime? _timestart;
        private DateTime? _timeend;
        private DateTime? _timetixing;
        private string _typestr;
        private DateTime? _timestr;
        private string _gongxiangwho;
        /// 
        /// 
        /// 

        public int ID
        {
            set { _id = value; }
            get { return _id; }
        }
        /// 
        /// 
        /// 

        public string UserName
        {
            set { _username = value; }
            get { return _username; }
        }
        /// 
        /// 
        /// 

        public string titleStr
        {
            set { _titlestr = value; }
            get { return _titlestr; }
        }
        /// 
        /// 
        /// 

        public string ContentStr
        {
            set { _contentstr = value; }
            get { return _contentstr; }
        }
        /// 
        /// 
        /// 

        public DateTime? TimeStart
        {
            set { _timestart = value; }
            get { return _timestart; }
        }
        /// 
        /// 
        /// 

        public DateTime? TimeEnd
        {
            set { _timeend = value; }
            get { return _timeend; }
        }
        /// 
        /// 
        /// 

        public DateTime? TimeTiXing
        {
            set { _timetixing = value; }
            get { return _timetixing; }
        }
        /// 
        /// 安排类型
        /// 

        public string TypeStr
        {
            set { _typestr = value; }
            get { return _typestr; }
        }
        /// 
        /// 
        /// 

        public DateTime? TimeStr
        {
            set { _timestr = value; }
            get { return _timestr; }
        }
        /// 
        /// 
        /// 

        public string GongXiangWho
        {
            set { _gongxiangwho = value; }
            get { return _gongxiangwho; }
        }
        #endregion Model


        #region  成员方法

        /// 
        /// 得到一个对象实体
        /// 

        public ERPAnPai(int ID)
        {
            StringBuilder strSql = new StringBuilder();
            strSql.Append(“select IDUserNametitleStrContentStrTimeStartTimeEndTimeTiXingTypeStrTimeStrGongXiangWho “);
            strSql.Append(“ FROM ERPAnPai “)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-04 15:35  仿通达OA完整源码\
     目录           0  2016-02-20 13:56  仿通达OA完整源码\data\
     文件     7602176  2016-02-20 14:13  仿通达OA完整源码\data\FTD.OA.mdf
     文件     1048576  2016-02-20 14:13  仿通达OA完整源码\data\FTD.OA_log.ldf
     目录           0  2016-02-20 14:09  仿通达OA完整源码\DLL文件\
     文件       15360  2008-03-30 09:57  仿通达OA完整源码\DLL文件\COM.Excel.dll
     文件     1089536  2008-03-30 09:57  仿通达OA完整源码\DLL文件\Excel.dll
     文件       45056  2003-05-14 15:52  仿通达OA完整源码\DLL文件\Interop.jmail.dll
     文件       24576  2011-03-16 16:38  仿通达OA完整源码\DLL文件\Md5.dll
     文件       64088  2007-10-10 09:48  仿通达OA完整源码\DLL文件\Microsoft.Vbe.Interop.dll
     文件       16384  2009-11-16 18:04  仿通达OA完整源码\DLL文件\MobCallClient.dll
     文件      223800  2007-10-10 09:48  仿通达OA完整源码\DLL文件\office.dll
     文件        5632  2012-04-27 08:24  仿通达OA完整源码\DLL文件\UEditorNet.dll
     目录           0  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\
     目录           0  2016-02-20 11:46  仿通达OA完整源码\FTD.BLL\bin\
     目录           0  2016-02-20 14:38  仿通达OA完整源码\FTD.BLL\bin\Debug\
     文件       15360  2008-03-30 09:57  仿通达OA完整源码\FTD.BLL\bin\Debug\COM.Excel.dll
     文件     1089536  2008-03-30 09:57  仿通达OA完整源码\FTD.BLL\bin\Debug\Excel.dll
     文件      686592  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.BLL.dll
     文件     1529344  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.BLL.pdb
     文件       12800  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.DBUnit.dll
     文件       30208  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.DBUnit.pdb
     文件       45568  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.Unit.dll
     文件      116224  2016-02-25 15:36  仿通达OA完整源码\FTD.BLL\bin\Debug\FTD.Unit.pdb
     目录           0  2016-02-20 11:46  仿通达OA完整源码\FTD.BLL\bin\Release\
     文件       12200  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPAnPai.cs
     文件       13337  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPBaoJia.cs
     文件       11762  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPBaoXiao.cs
     文件        9004  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPBBSBanKuai.cs
     文件        9220  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPBBSTieZi.cs
     文件       16072  2016-02-20 11:56  仿通达OA完整源码\FTD.BLL\ERPBook.cs
............此处省略10855个文件信息

评论

共有 条评论