From 2f14ad3cc01d575bfde0850bae05fded8acb7af6 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期日, 12 一月 2025 00:20:26 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs | 40 ++++++++++++++++++++++++++++++---------- 1 files changed, 30 insertions(+), 10 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 d70623a..fa3067a 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" @@ -8,24 +8,23 @@ namespace WIDESEA_Common.StockEnum { /// <summary> - /// 搴撳瓨鐘舵�侊細 1锛岀粍鐩樻殏瀛� 2锛岀粍鐩樻挙閿� 3锛屽叆搴撶‘璁� 4锛屽叆搴撴挙閿� 5锛屽凡鍏ュ簱 6锛屽凡鍑哄簱 + /// 搴撳瓨鐘舵�侊細 <br/> + /// 1锛岀粍鐩樻殏瀛�<br/> + /// 2锛岀粍鐩樻挙閿�<br/> + /// 3锛屽叆搴撶‘璁�<br/> + /// 4锛屽叆搴撴挙閿�<br/> + /// 6锛屽叆搴撳畬鎴�<br/> + /// 7锛屽嚭搴撻攣瀹�<br/> + /// 8锛屽嚭搴撳畬鎴�<br/> + /// 9锛岀Щ搴撻攣瀹�<br/> /// </summary> public enum StockStatusEmun { [Description("缁勭洏鏆傚瓨")] 缁勭洏鏆傚瓨 = 1, - [Description("缁勭洏鎾ら攢")] - 缁勭洏鎾ら攢 = 2, - [Description("鍏ュ簱纭")] 鍏ュ簱纭 = 3, - - [Description("鍏ュ簱鎾ら攢")] - 鍏ュ簱鎾ら攢 = 4, - - [Description("宸插叆搴�")] - 宸插叆搴� = 5, [Description("鍏ュ簱瀹屾垚")] 鍏ュ簱瀹屾垚 = 6, @@ -38,5 +37,26 @@ [Description("绉诲簱閿佸畾")] 绉诲簱閿佸畾 = 9, + + [Description("鍏ュ簱瀹屾垚鏈缓鍑哄簱鍗�")] + 鍏ュ簱瀹屾垚鏈缓鍑哄簱鍗� = 10, + + [Description("閫�搴�")] + 閫�搴� = 11, + + [Description("鎵嬪姩缁勭洏鏆傚瓨")] + 鎵嬪姩缁勭洏鏆傚瓨 = 12, + + [Description("鎵嬪姩缁勭洏鍏ュ簱纭")] + 鎵嬪姩缁勭洏鍏ュ簱纭 = 13, + + [Description("鎷i�夊畬鎴�")] + 鎷i�夊畬鎴� =14, + + [Description("缁勭洏鎾ら攢")] + 缁勭洏鎾ら攢 = 99, + + [Description("鍏ュ簱鎾ら攢")] + 鍏ュ簱鎾ら攢 = 199, } } -- Gitblit v1.9.3