资源简介

主要包含功能如下:

系统管理

----员工管理

----角色管理

----部门管理

----菜单管理

----权限分配

----标识符管理

基本资料

----供应商管理

----库位管理

----客户管理

----计量单位

----产品类别

----产品管理

仓库管理

----入库管理

----出库管理

----报损管理

----移库管理

----盘点管理

----退货管理

报表管理

----库存清单

----货品统计

----出入库报表

----入库报表

----出库报表

----报损报表

----退货报表

----客户报表

----供应商报表

----台账记录

----自定义报表


代码片段和文件信息

/*******************************************************************************
 * Copyright (C) Git Corporation. All rights reserved.
 *
 * Author: 情缘
 * Create Date: 2013-11-29 23:39:49
 *
 * Description: Git.framework
 * http://www.cnblogs.com/qingyuan/
 * Revision History:
 * Date         Author               Description
 * 2013-11-29 23:39:49       情缘
*********************************************************************************/

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;

namespace Git.Storage.Common
{
    public enum EAudite
    {
        [Description(“等待审核“)]
        Wait=1

        [Description(“审核成功“)]
        Pass=2

        [Description(“审核失败“)]
        NotPass=3
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-24 11:27  gitwms-master\
     文件         543  2016-11-24 11:27  gitwms-master\.gitignore
     目录           0  2016-11-24 11:27  gitwms-master\DB\
     文件     4280832  2016-11-24 11:27  gitwms-master\DB\JooWMS.bak
     文件      347244  2016-11-24 11:27  gitwms-master\DB\gitwms.sql
     目录           0  2016-11-24 11:27  gitwms-master\Git.Storage.Common\
     文件         806  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EAudite.cs
     文件         753  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EBadType.cs
     文件         729  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EBool.cs
     文件        1157  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EChange.cs
     文件         307  2016-11-24 11:27  gitwms-master\Git.Storage.Common\ECheckType.cs
     文件         711  2016-11-24 11:27  gitwms-master\Git.Storage.Common\ECusType.cs
     文件         753  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EDataSourceType.cs
     文件         912  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EElementType.cs
     文件         794  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EEquipmentStatus.cs
     文件        1634  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EInType.cs
     文件         434  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EIsDelete.cs
     文件        1284  2016-11-24 11:27  gitwms-master\Git.Storage.Common\ELocalType.cs
     文件         820  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EMoveType.cs
     文件         730  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EOpType.cs
     文件         746  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EOrder.cs
     文件        1001  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EOrderStatus.cs
     文件         901  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EOrderType.cs
     文件        1387  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EOutType.cs
     文件         746  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EProductType.cs
     文件         738  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EReportType.cs
     文件         908  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EResourceType.cs
     文件         794  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EReturnStatus.cs
     文件         758  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EReturnType.cs
     文件         937  2016-11-24 11:27  gitwms-master\Git.Storage.Common\ESequence.cs
     文件         760  2016-11-24 11:27  gitwms-master\Git.Storage.Common\EStorageType.cs
............此处省略3239个文件信息

评论

共有 条评论