From b7f53ba61fbc1844d7b92ff852762b140d46ab54 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 23 六月 2025 19:58:16 +0800 Subject: [PATCH] 最新 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/StockEnum.cs | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/StockEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/StockEnum.cs" index d538e4f..e47d7cb 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/StockEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/StockEnum.cs" @@ -87,4 +87,38 @@ [Description("鎾ら攢")] 鎾ら攢 = 99 } + + public enum InventoryMaterialType + { + [Description("鍘熸潗鏂�")] + 鍘熸潗鏂� = 0, + [Description("鎴愬搧")] + 鎴愬搧 = 1, + [Description("绌烘墭")] + 绌烘墭 = 2, + } + + public enum InventoryMaterialStatus + { + [Description("寰呮")] + 寰呮 = 0, + [Description("鍚堟牸")] + 鍚堟牸 = 1, + [Description("涓嶅悎鏍�")] + 涓嶅悎鏍� = 2, + [Description("绌烘墭")] + 绌烘墭 = 3, + [Description("閫�璐�")] + 閫�璐� = 4, + [Description("杩斿伐")] + 杩斿伐 = 5, + [Description("鐗归噰")] + 鐗归噰 = 6, + } + + public enum outMaterialType + { + [Description("浜哄伐鍑哄簱")] + 浜哄伐鍑哄簱 = 0, + } } -- Gitblit v1.9.3