From e1dd1dc9ba7135e3d64a65587d6c1be2c3e18c5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 25 六月 2025 11:01:22 +0800 Subject: [PATCH] 提交最新优化代码 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs | 75 +++++++++++++++++++++++++++++++------ 1 files changed, 63 insertions(+), 12 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs" index 95b3070..18a14f7 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs" @@ -12,8 +12,7 @@ /// 1锛岀粍鐩樻殏瀛�<br/> /// 2锛岀粍鐩樻挙閿�<br/> /// 3锛屽叆搴撶‘璁�<br/> - /// 4锛屽叆搴撴挙閿�<br/> - /// 5锛屽凡鍏ュ簱<br/> + /// 4锛屽叆搴撴挙閿�<br/> /// 6锛屽叆搴撳畬鎴�<br/> /// 7锛屽嚭搴撻攣瀹�<br/> /// 8锛屽嚭搴撳畬鎴�<br/> @@ -24,17 +23,8 @@ [Description("缁勭洏鏆傚瓨")] 缁勭洏鏆傚瓨 = 1, - [Description("缁勭洏鎾ら攢")] - 缁勭洏鎾ら攢 = 2, - [Description("鍏ュ簱纭")] 鍏ュ簱纭 = 3, - - [Description("鍏ュ簱鎾ら攢")] - 鍏ュ簱鎾ら攢 = 4, - - [Description("宸插叆搴�")] - 宸插叆搴� = 5, [Description("鍏ュ簱瀹屾垚")] 鍏ュ簱瀹屾垚 = 6, @@ -47,7 +37,68 @@ [Description("绉诲簱閿佸畾")] 绉诲簱閿佸畾 = 9, + [Description("鍏ュ簱瀹屾垚鏈缓鍑哄簱鍗�")] - 鍏ュ簱瀹屾垚鏈缓鍑哄簱鍗� = 10 + 鍏ュ簱瀹屾垚鏈缓鍑哄簱鍗� = 10, + + [Description("閫�搴�")] + 閫�搴� = 11, + + [Description("鎵嬪姩缁勭洏鏆傚瓨")] + 鎵嬪姩缁勭洏鏆傚瓨 = 12, + + [Description("鎵嬪姩缁勭洏鍏ュ簱纭")] + 鎵嬪姩缁勭洏鍏ュ簱纭 = 13, + + [Description("鎷i�夊畬鎴�")] + 鎷i�夊畬鎴� =14, + + [Description("骞冲簱鍏ュ簱瀹屾垚")] + 骞冲簱鍏ュ簱瀹屾垚 = 15, + + [Description("骞冲簱寰呭彂璐�")] + 骞冲簱寰呭彂璐� = 16, + + [Description("閫佹鍑哄簱瀹屾垚")] + 閫佹瀹屾垚 = 18, + + [Description("閫佹搴撳瓨瀹屾垚")] + 閫佹搴撳瓨瀹屾垚 = 19, + + [Description("鐩樼偣鍑哄簱瀹屾垚")] + 鐩樼偣鍑哄簱瀹屾垚 = 20, + + [Description("閫�搴�")] + MES閫�搴� = 21, + + [Description("MES绌烘墭閫�搴�")] + MES绌烘墭閫�搴� = 22, + + [Description("鎴愬搧浣欐枡鍥炲簱")] + 鎴愬搧浣欐枡鍥炲簱= 31, + + [Description("鐩樼偣搴撳瓨瀹屾垚")] + 鐩樼偣搴撳瓨瀹屾垚 = 32, + + [Description("缁勭洏鎾ら攢")] + 缁勭洏鎾ら攢 = 99, + + [Description("鍏ュ簱鎾ら攢")] + 鍏ュ簱鎾ら攢 = 199, + } + /// <summary> + /// 鎴愬搧搴撳瓨灞炴�э細<br/> + /// 1:鎴愬搧<br/> + /// 2:灏炬暟<br/> + /// 3:鐮斿彂<br/> + /// </summary> + public enum ProStockAttributeEnum + { + [Description("鎴愬搧")] + 鎴愬搧 =1, + [Description("灏炬暟")] + 灏炬暟 =2, + [Description("鐮斿彂")] + 鐮斿彂 =3 } } -- Gitblit v1.9.3