• 大小: 17.09MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-07-31
  • 语言: C#
  • 标签: 仓储管理  

资源简介

ASP.NET仓储管理系统源码

资源截图

代码片段和文件信息

/*******************************************************************************
 * 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
    }
}

评论

共有 条评论