hutongqing
2024-11-27 b9f8212946fde1af1216b972996c32b8c8ed6363
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs
@@ -508,7 +508,7 @@
                            result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data };
                        }
                        break;
                    case "inventoryMaterialType":
                    case "InventoryMaterialType":
                        {
                            List<object> data = new List<object>();
                            Type type = typeof(InventoryMaterialType);