资源简介
1 、基本信息:用户信息管理、角色信息管理、模块信息管理、权限信息管理、数据库还原与备份
2 、人力资源:部门信息管理、员工信息管理、职位管理
3 、药品管理:药品信息管理、生产企业管理
4 、医院管理:医院信息管理
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data;
using System.Data.SqlClient;
namespace BLL
{
public class Business
{
public string ErrorMessage = ““;//错误信息
//添加
public int Add(
out int ID
int DrugsID
int HospitalsID
int BoxNumber
double OutPrice
string OutTime
int SubShopsID
string Maker
string ExpireDate
string Remarks
)
{
int flag = 0;
try
{
DAL.ExecuteProcedure exec = new DAL.ExecuteProcedure();
SqlParameter[] parameters = {
new SqlParameter(“@ID“ SqlDbType.Int32)
new SqlParameter(“@DrugsID“ DrugsID)
new SqlParameter(“@HospitalsID“ HospitalsID)
new SqlParameter(“@BoxNumber“ BoxNumber)
new SqlParameter(“@OutPrice“ OutPrice)
new SqlParameter(“@OutTime“ OutTime.Trim())
new SqlParameter(“@SubShopsID“ SubShopsID)
new SqlParameter(“@Maker“ Maker.Trim())
new SqlParameter(“@ExpireDate“ ExpireDate.Trim())
new SqlParameter(“@Remarks“ Remarks.Trim())
new SqlParameter(“@Flag“SqlDbType.Int32)
};
parameters[0].Direction = ParameterDirection.Output;
parameters[10].Direction = ParameterDirection.ReturnValue;
flag = exec.run(“Pr_Business_Add“ parameters);
if (flag == 1)
{
if (Convert.ToInt32(parameters[10].Value) == 10)
{
ID = Convert.ToInt32(parameters[0].Value);
}
else
{
ID = 0;
flag = 0;
this.ErrorMessage = “添加失败,已存在同样的数据!“;
}
}
else
{
ID = 0;
this.ErrorMessage = exec.ErrorMessage;
}
}
catch (Exception e)
{
ID = 0;
this.ErrorMessage = e.Message.ToString();
}
return flag;
}
//更新
public int Update(
int ID
int DrugsID
int HospitalsID
int BoxNumber
double OutPrice
string OutTime
int SubShopsID
string Maker
string ExpireDate
string Remarks
)
{
int flag = 0;
try
{
DAL.ExecuteProcedure exec = new DAL.ExecuteProcedure();
SqlParameter[] parameters = {
new SqlParameter(“@ID“ ID)
new SqlParameter(“@DrugsID“ DrugsID)
new SqlParameter(“@HospitalsID“ HospitalsID)
new SqlParameter(“@BoxNumber“ BoxNumber)
new SqlParameter(“@OutPrice“ OutPrice)
new SqlParameter(“@Ou
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-03-29 19:48 医药ERP\
目录 0 2018-03-29 19:48 医药ERP\BLL\
目录 0 2018-03-29 19:48 医药ERP\BLL\bin\
目录 0 2018-03-29 19:48 医药ERP\BLL\bin\Debug\
文件 111616 2017-12-20 21:33 医药ERP\BLL\bin\Debug\BLL.dll
文件 429568 2017-12-20 21:33 医药ERP\BLL\bin\Debug\BLL.pdb
文件 110592 2012-05-30 17:11 医药ERP\BLL\bin\Debug\CarlosAg.Excelxm
文件 8192 2017-12-20 21:33 医药ERP\BLL\bin\Debug\DAL.dll
文件 40448 2017-12-20 21:33 医药ERP\BLL\bin\Debug\DAL.pdb
文件 72192 2017-12-20 21:33 医药ERP\BLL\bin\Debug\Tools.dll
文件 247296 2017-12-20 21:33 医药ERP\BLL\bin\Debug\Tools.pdb
文件 4440 2014-08-21 22:15 医药ERP\BLL\BLL.csproj
文件 14590 2014-09-16 21:12 医药ERP\BLL\Business.cs
文件 14257 2014-11-15 09:55 医药ERP\BLL\BusinessDelevery.cs
文件 7039 2014-08-20 21:38 医药ERP\BLL\BusinessStaffs.cs
文件 1307 2013-07-30 00:28 医药ERP\BLL\ConvertData.cs
文件 868 2013-09-21 10:23 医药ERP\BLL\Databa
文件 12011 2014-03-27 23:50 医药ERP\BLL\Departments.cs
文件 14895 2014-11-15 09:53 医药ERP\BLL\Drugs.cs
文件 8399 2013-09-26 23:12 医药ERP\BLL\Folders.cs
文件 5874 2014-05-09 18:31 医药ERP\BLL\Functions.cs
文件 8381 2014-07-15 19:31 医药ERP\BLL\Hospitals.cs
文件 8960 2014-08-05 14:38 医药ERP\BLL\InStoreCollections.cs
文件 8622 2014-08-05 14:36 医药ERP\BLL\InStoreInvoice.cs
文件 11072 2014-08-05 14:41 医药ERP\BLL\InStoreLists.cs
文件 16880 2014-09-16 21:18 医药ERP\BLL\InStores.cs
文件 383 2013-07-07 16:30 医药ERP\BLL\Interface_BLL.cs
文件 2177 2013-08-02 00:10 医药ERP\BLL\LogDB.cs
文件 2649 2013-09-26 23:14 医药ERP\BLL\MailAttachments.cs
文件 19018 2013-08-26 00:24 医药ERP\BLL\Mails.cs
文件 13661 2014-03-24 21:30 医药ERP\BLL\Modules.cs
............此处省略1625个文件信息
相关资源
- mvc 在线考试系统
- .NetCore快速开发后台框架v1.0
- 医药管理系统 源码+实验报告
- 药店管理系统有源代码
- .net三层架构登录注册源码母版页的使
- 教学绩效管理系统
- MvcLoginNew
- 通用后台管理系统(OA+CRM+ERP)
- NPOI:设置样式与合并单元格
- 篮球网站设计开发
- 有关图像jpeg压缩算法介绍及其源码
- NPOI 读取word2003 了apache一部分源码
- [电子书] 快速编码 高效使用 Microsof
- .NET开发 iat/语音听写/语音转文本 科
- 甜橙在线音乐MP3网
- 新闻发布系统简单的制作
- 洗衣房信息管理系统
- 基于.NET的招聘信息发布网站
- ps需求分析
- 员工绩效管理系统的设计及实现
- 电子商务网(毕业设计参考
- WebApi授权拦截——重写AuthorizeAttribu
-
基于xm
l的留言本 - windows server 2008 部署MVC5程序的方法
- 城市公交线路添加查询
- 航空管理系统
- redupload多文件上传控件 dll
- 家教管理系统
- web服务的建立和引用——模拟网上购
- B2C电子商务网站系统源码
评论
共有 条评论