资源简介
偶的毕业设计,纯属原创
写的很详细,代码也很规范
希望对大家有用
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using Demo.Entity;
using NG.UP.DataServices;
namespace Demo.DataAccess
{
public class BillingWayDac
{
public DataTable GetAllBillingWay()
{
DataTable dt = new DataTable();
string sqlStr = “select StartingPrice StartingTime OverTimePrice AddPointPerTen TypeName from BillingWay“;
dt = DbHelper.GetDataTable(sqlStr);
return dt;
}
public void AddBillingWay(BillingWayEntity entity)
{
string sql = string.Format(“Insert into BillingWay(TypeIdTypeNameStartingPriceStartingTimeOverTimePriceAddPointPerTen) values (‘{0}‘‘{1}‘‘{2}‘‘{3}‘‘{4}‘‘{5}‘)“
entity.TypeName entity.TypeId entity.StartingPrice entity.StartingTime entity.OverTimePrice entity.AddPointPerTen);
DbHelper.ExecuteNonQuery(sql);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 283648 2011-06-07 18:27 07057435 谢宁波 软件\台球厅计时收费管理系统说明书.doc
文件 1000 2011-06-03 23:40 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\BillingWayDac.cs
文件 1328 2011-06-03 12:54 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\BillsDac.cs
文件 10752 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.DataAccess.dll
文件 32256 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.DataAccess.pdb
文件 8704 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.Entity.dll
文件 42496 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\Demo.Entity.pdb
文件 11776 2009-02-03 09:57 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\en-us\NG.resources.dll
文件 24576 2010-04-14 18:37 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Aop.dll
文件 65536 2010-02-23 16:47 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Data.dll
文件 102400 2010-11-15 16:20 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.dll
文件 24576 2010-11-15 17:23 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Log.dll
文件 5613 2008-08-21 11:31 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.Log.xm
文件 49152 2010-06-22 15:28 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.UP.DataServices.dll
文件 91054 2010-04-14 20:15 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\NG.xm
文件 11776 2009-02-03 09:57 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\bin\Debug\zh-cn\NG.resources.dll
文件 330 2011-05-11 10:38 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\ConnString.cs
文件 4356 2011-06-03 03:21 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\CustomerDac.cs
文件 3279 2011-06-03 12:48 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\Demo.DataAccess.csproj
文件 698 2011-05-22 21:52 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\GoodsDac.cs
文件 1407 2011-06-01 16:06 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.csproj.FileListAbsolute.txt
文件 10752 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.dll
文件 32256 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Demo.DataAccess.pdb
文件 4608 2011-06-03 23:18 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\Refactor\Demo.DataAccess.dll
文件 27064 2011-06-03 23:46 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\obj\Debug\ResolveAssemblyReference.cache
文件 1049 2011-06-03 12:38 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\PrePaidDac.cs
文件 1386 2011-05-11 10:37 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\Properties\AssemblyInfo.cs
文件 1501 2011-06-03 10:53 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.DataAccess\SystemUserDac.cs
文件 1522 2011-06-03 23:32 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.Entity\BillingWayEntity.cs
文件 929 2011-06-03 13:01 07057435 谢宁波 软件\软件程序\TimingChargeSystem\Demo.Entity\BillsEntity.cs
............此处省略355个文件信息
相关资源
- 基于web的网上订餐系统的设计与实现
- 时间管理软件毕业论文
- 短波调频接收机 短波调频接收机 本科
- 毕业设计——多用户博客系统.
- 污水处理系统自控系统设计
- 51做的毕业设计电子指南针全套东西硬
- 网上商城购物系统-毕业设计-课程设计
- 旅游网站毕业设计
- 毕业设计:基于PLC的变频恒压供水控
- 毕业设计电子商务系统
- 学生信息管理系统毕业设计源代码+论
- 网络工程专业毕业设计论文.docx
- 毕业设计 - 非接触式数字体温计的设
- 33个最新的毕业设计
- STM32的无线图像采集传输系统的硬件设
- 基于SSH的CRM系统的研究和设计
- 各种毕业论文答辩设计和答辩话术p
- 毕业设计_网上商城(比较简单,使用
- 毕业设计连锁酒店管理系统
- 胎压监测单片机
- 个人理财系统,可用于毕业设计,功
- 毕业设计二手市场app
- oa系统毕业设计
- Delphi毕业设计银行助学贷款管理系统
- 毕业设计-基于SSH图书管理系统
- 针对校园网的局域网组建方案+毕业设
- 自行车租赁系统毕业设计
- 电动卡盘毕业设计
- 基于物联网技术的智能家电控制终端
- 毕业设计论文完整版运动会管理系统
评论
共有 条评论