1
huanghongfeng
2024-11-26 87d873ad509b4c927ac19aebaa3622fe9374626b
代码管理/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);