From 9ec715d2deb18a269dd49c48da91a36632d08c81 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 18 六月 2025 00:56:26 +0800 Subject: [PATCH] 最新代码上传,优化功能等 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Common/StockEnum/StockStatusEmun.cs | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 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 65ea267..8446bf9 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" @@ -53,8 +53,23 @@ [Description("鎷i�夊畬鎴�")] 鎷i�夊畬鎴� =14, + [Description("骞冲簱鍏ュ簱瀹屾垚")] + 骞冲簱鍏ュ簱瀹屾垚 = 15, + + [Description("骞冲簱寰呭彂璐�")] + 骞冲簱寰呭彂璐� = 16, + + [Description("閫佹瀹屾垚")] + 閫佹瀹屾垚 = 18, + [Description("閫�搴�")] MES閫�搴� = 21, + + [Description("MES绌烘墭閫�搴�")] + MES绌烘墭閫�搴� = 22, + + [Description("鎴愬搧浣欐枡鍥炲簱")] + 鎴愬搧浣欐枡鍥炲簱= 31, [Description("缁勭洏鎾ら攢")] 缁勭洏鎾ら攢 = 99, @@ -62,4 +77,19 @@ [Description("鍏ュ簱鎾ら攢")] 鍏ュ簱鎾ら攢 = 199, } + /// <summary> + /// 鎴愬搧搴撳瓨灞炴�э細<br/> + /// 1:鎴愬搧<br/> + /// 2:灏炬暟<br/> + /// 3:鐮斿彂<br/> + /// </summary> + public enum ProStockAttributeEnum + { + [Description("鎴愬搧")] + 鎴愬搧 =1, + [Description("灏炬暟")] + 灏炬暟 =2, + [Description("鐮斿彂")] + 鐮斿彂 =3 + } } -- Gitblit v1.9.3