• 大小: 8.61MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-05
  • 语言: C#
  • 标签:

资源简介

美萍超市管理系统的源代码,运行环境:vs2008+sql2008 所运用技术: 1、典型的三层架构 2、操作Excel 3、角色权限的设置 该源码功能比较完整,可以作为二次开发使用

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using Models;
using DAL;
using System.Data;

namespace BLL
{
    
   public class CG_tableManager
    {
       CG_tableService cs = new CG_tableService();
       public int insert(CG_table gt)
       {
           return cs.insert(gt);
       
       }
       public DataTable kbcf(string stype string spnamestring time1string time2)
       {
           return cs.kbcf(stype spnametime1time2);
       }
    }
}

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

     文件       4490  2014-06-05 11:07  MPSupermarketMS\Backup\BLL\BLL.csproj

     文件        507  2010-01-16 10:46  MPSupermarketMS\Backup\BLL\CG_tableManager.cs

     文件       1759  2010-01-24 21:44  MPSupermarketMS\Backup\BLL\CK_tableManager.cs

     文件        502  2010-01-16 09:30  MPSupermarketMS\Backup\BLL\CommonManager.cs

     文件       1204  2010-01-24 23:59  MPSupermarketMS\Backup\BLL\CW_feiyManager.cs

     文件        853  2010-01-25 00:01  MPSupermarketMS\Backup\BLL\CW_gudingManager.cs

     文件        583  2010-01-25 00:01  MPSupermarketMS\Backup\BLL\CW_yingsyfManager.cs

     文件       2865  2010-01-25 22:47  MPSupermarketMS\Backup\BLL\CZ_YuangongManager.cs

     文件       1184  2010-01-23 10:00  MPSupermarketMS\Backup\BLL\DH_tabelManager.cs

     文件       2666  2010-01-25 00:06  MPSupermarketMS\Backup\BLL\GH_shangManager.cs

     文件        641  2010-01-25 21:50  MPSupermarketMS\Backup\BLL\GrantManager.cs

     文件       1746  2010-01-13 23:30  MPSupermarketMS\Backup\BLL\HY_guanliManager.cs

     文件        972  2010-01-13 23:34  MPSupermarketMS\Backup\BLL\HY_mingxiManager.cs

     文件        573  2010-01-25 00:02  MPSupermarketMS\Backup\BLL\JY_qkuangManager.cs

     文件       2627  2010-01-25 00:11  MPSupermarketMS\Backup\BLL\KH_xinxiManager.cs

     文件       2081  2010-01-13 23:33  MPSupermarketMS\Backup\BLL\MEMLEVELManager.cs

     文件       1301  2009-12-31 10:56  MPSupermarketMS\Backup\BLL\Properties\AssemblyInfo.cs

     文件        694  2010-01-25 21:50  MPSupermarketMS\Backup\BLL\RoleGrantManager.cs

     文件        364  2010-01-25 21:50  MPSupermarketMS\Backup\BLL\RoleManager.cs

     文件       3778  2010-01-25 00:09  MPSupermarketMS\Backup\BLL\SP_goodsManager.cs

     文件        445  2010-01-24 20:22  MPSupermarketMS\Backup\BLL\SP_typeManager.cs

     文件        146  2010-01-13 23:00  MPSupermarketMS\Backup\BLL\SP_xmingxiManager.cs

     文件        908  2010-01-07 21:48  MPSupermarketMS\Backup\BLL\tempManager.cs

     文件        246  2010-01-25 21:50  MPSupermarketMS\Backup\BLL\UserHelper.cs

     文件        216  2010-01-25 21:50  MPSupermarketMS\Backup\BLL\UserManager.cs

     文件       1181  2010-01-25 00:00  MPSupermarketMS\Backup\BLL\XJ_yhangManager.cs

     文件       5064  2010-01-25 21:10  MPSupermarketMS\Backup\BLL\XS_tbaleManager.cs

     文件       2511  2010-01-24 22:04  MPSupermarketMS\Backup\BLL\YG_xinxiManager.cs

     文件        414  2010-01-24 22:26  MPSupermarketMS\Backup\BLL\YsheManager.cs

     文件       1893  2010-01-16 10:49  MPSupermarketMS\Backup\DAL\CG_tableService.cs

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

评论

共有 条评论