wankeda
2026-01-27 d13e6e7d5df05ba244971d2fabb788ccb0f5c12a
WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Base/PalletTypeInfoService.cs
@@ -37,6 +37,10 @@
                    PalletCodes.Add(GetOrderPintCode($"{palletCodeType}PalletCodes",palletCodeType));
                }
                content= PrintPallet(PalletCodes);
                foreach (var PalletCode in PalletCodes)
                {
                    Console.WriteLine(PalletCode);
                }
                return content.OK();
            }
            catch (Exception ex)