您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->Acom进出仓管理系统源码>>Enumerations/CommonEnum.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Acom进出仓管理系统源码


当前文件路径:AcomStore/Enumerations/CommonEnum.cs 文件类型
普通视图
		            
1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace AcomLb.Enumerations 6{ 7 public class CommonEnum 8 { 9 } 10 11 12 /// <summary> 13 /// 编码类型 14 /// </summary> 15 public enum EncodeKind 16 { 17 /// <summary> 18 /// GB2312编码 19 /// </summary> 20 GB2312=1, 21 /// <summary> 22 /// Utf8编码 23 /// </summary> 24 Utf8=2 25 } 26 27 public enum EnDictKind 28 { 29 /// <summary> 30 /// 公司类别 31 /// </summary> 32 CorpKind = 1, 33 /// <summary> 34 /// 信誉程度 35 /// </summary> 36 CreditLevel=2, 37 /// <summary> 38 /// 公司区域 39 /// </summary> 40 CorpArea=3 41 } 42 43 44 public enum EnClassType 45 { 46 /// <summary> 47 /// 产品列表 48 /// </summary> 49 Product = 1 50 } 51 52 /// <summary> 53 /// 入库单类型 54 /// </summary> 55 public enum EnBillType 56 { 57 /// <summary> 58 /// 入库 59 /// </summary> 60 StoreIn = 10, 61 /// <summary> 62 /// 出库 63 /// </summary> 64 StoreOut = 20, 65 /// <summary> 66 /// 退库 67 /// </summary> 68 StoreBack = 30 69 } 70} 71
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Acom进出仓管理系统源码

- 逐迹(AspxNuke)CMS v2.0.0.3源码

- 仿QQ空间个人站点源码

- 仿CodeProject论坛程序源码

- Asp.net简单网络选课系统源码

- Ajax之用户注册实例源码

- IP锁定程序实例源码

- Asp.net房产中介管理系统源码..

- 明日网络考试系统源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号