资源简介
仿通达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个文件信息
相关资源
- 基于SSH的OA管理系统
- 北大青鸟第三单元项目OA系统含数据库
- OA项目需求文档很详细哦
- .NET SAP NCO4.0
- Computer Networking A Top-Down Approach (7th
- a mind for numbers - barbaraoakley学习之道英
- 基于CSkin.dll的程序
- Tekla .NET_API + 帮助文档
- WindowsFormsApp3.zip
- 仿新浪微博.rar
- 学生管理系统学生管理系统
- 致远 A8-V5协同管理软件 V6.1SP2白皮书企
- Discuz 最新版本
- Infragistics.NetAdvantage.Ultimate.2013.Vol.1 破
- 仿淘宝图片空间自己做的一个图片管
- SignalR完整源码
- C_#与.NET程序员面试宝典.pdf
- .NET Memory.Profiler.v4.0完美破解版
- uploaded-v2.6-node-v12.18.1-win-x64
- OPENCV车道检测与车辆识别
- 微信小程序-支付
- 电脑网站支付快捷下单-微信
- 电脑网站支付快捷下单-支付宝
- .net软件授权,生成授权码,授权文件
- 易表.net10.3 Build 1310(附破解)+龙族小
- 性能测试进阶指南——LoadRunner11实战
- FlyBox企业网盘和ERP源码,可整合
- 微信商城系统源码---.NET平台
- TX Text Control.NET for Windows Forms 20.0 破解
- 通达网络智能办公系统OfficeAnywhere20
评论
共有 条评论