• 大小: 4.17MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-06
  • 语言: C#
  • 标签:

资源简介

用C#开发的三层结构酒店管理系统 @

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using HotelDAL;
using HotelModels;

namespace HotelBLL
{
   public class CarryOnWorkManager
    {
       static CarryOnWorkService carry = new CarryOnWorkService();

       /// 
       /// 更新押金和实收现金
       /// 

       /// 
       /// 
       /// 
       public static int UpdateCarryOnWorkByUserName(int moneyint money1string user)
       {
           return carry.InsertMoneyByUserName(moneymoney1 user);
       }

       /// 
       /// 更新押金
       /// 

       /// 
       /// 
       /// 
       public static int UpdateMoneyByUserAndIs(int money string user)
       {
           return carry.UpdateMoneyByUserAndIs(money user);
       }

       /// 
       /// 获得当前在班上次接班时间
       /// 

       /// 
       /// 
       public static string GetDateTimeByUserName(string user)
       {
           return carry.GetDateTimeByUserName(user);
       }

       /// 
       /// 获得当前在班的值班押金
       /// 

       /// 
       /// 
       public static int GetCarryOnDepositByUserName(string user)
       {
           return carry.GetCarryOnDepositByUserName(user);
       }

       /// 
       /// 获得当前在班的实收现金
       /// 

       /// 
       /// 
       public static int GetWorkMoneyByUserName(string user)
       {
           return carry.GetWorkMoneyByUserName(user);
       }

       /// 
       /// 更新在班操作员为不在班
       /// 

       /// 
       /// 
       /// 
       public static int UpdateIsWorkByUser(string User)
       {
           return carry.UpdateIsWorkByUser(User);
       }

       /// 
       /// 添加在班人员数据
       /// 

       /// 
       /// 
       public static int InsertIsWorkUserName(CarryOnWork car)
       {
           return carry.InsertIsWorkUserName(car);
       }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20480  2009-05-20 00:31  HotelMIS\HotelBLL\bin\Debug\HotelBLL.dll

     文件      36352  2009-05-20 00:31  HotelMIS\HotelBLL\bin\Debug\HotelBLL.pdb

     文件      24576  2009-05-19 21:20  HotelMIS\HotelBLL\bin\Debug\HotelCommunal.dll

     文件      40448  2009-05-19 21:20  HotelMIS\HotelBLL\bin\Debug\HotelCommunal.pdb

     文件      32768  2009-05-20 00:31  HotelMIS\HotelBLL\bin\Debug\HotelDAL.dll

     文件      44544  2009-05-20 00:31  HotelMIS\HotelBLL\bin\Debug\HotelDAL.pdb

     文件      24576  2009-05-19 21:20  HotelMIS\HotelBLL\bin\Debug\HotelModels.dll

     文件      56832  2009-05-19 21:20  HotelMIS\HotelBLL\bin\Debug\HotelModels.pdb

     文件       2503  2009-05-17 22:37  HotelMIS\HotelBLL\CarryOnWorkManager.cs

     文件        585  2009-05-15 16:56  HotelMIS\HotelBLL\CilentBalanceManager.cs

     文件       3159  2009-05-19 23:47  HotelMIS\HotelBLL\HireRoomInfoManager.cs

     文件       2605  2009-05-17 20:00  HotelMIS\HotelBLL\HotelBLL.csproj

     文件        532  2009-05-14 14:32  HotelMIS\HotelBLL\IDInfoManager.cs

     文件       2122  2009-05-17 23:01  HotelMIS\HotelBLL\LoginInfoManager.cs

     文件      20480  2009-05-20 00:31  HotelMIS\HotelBLL\obj\Debug\HotelBLL.dll

     文件      36352  2009-05-20 00:31  HotelMIS\HotelBLL\obj\Debug\HotelBLL.pdb

     文件      16384  2009-05-19 13:24  HotelMIS\HotelBLL\obj\Debug\Refactor\HotelBLL.dll

     文件      10874  2009-05-20 00:31  HotelMIS\HotelBLL\obj\Debug\ResolveAssemblyReference.cache

     文件        298  2009-05-06 00:42  HotelMIS\HotelBLL\obj\HotelBLL.csproj.FileList.txt

     文件       1058  2009-05-20 00:48  HotelMIS\HotelBLL\obj\HotelBLL.csproj.FileListAbsolute.txt

     文件       1335  2009-04-21 18:04  HotelMIS\HotelBLL\Properties\AssemblyInfo.cs

     文件       3487  2009-05-19 21:20  HotelMIS\HotelBLL\RoomInfoManager.cs

     文件       2303  2009-04-24 13:08  HotelMIS\HotelCommunal\Access.cs

     文件      24576  2009-05-19 21:20  HotelMIS\HotelCommunal\bin\Debug\HotelCommunal.dll

     文件      40448  2009-05-19 21:20  HotelMIS\HotelCommunal\bin\Debug\HotelCommunal.pdb

     文件      24576  2009-05-19 21:20  HotelMIS\HotelCommunal\bin\Debug\HotelModels.dll

     文件      56832  2009-05-19 21:20  HotelMIS\HotelCommunal\bin\Debug\HotelModels.pdb

     文件       1763  2009-04-24 14:32  HotelMIS\HotelCommunal\ConfigFile.cs

     文件       8319  2009-04-24 13:22  HotelMIS\HotelCommunal\DataValidate.cs

     文件       1719  2009-04-24 13:52  HotelMIS\HotelCommunal\DBHelper.cs

............此处省略242个文件信息

评论

共有 条评论