chengsc
2025-04-12 3a3c50e8a4f1bca47daaadd03f4138a5d4a2227c
Wms/WMS.BLL/SysServer/PalletsServer.cs
@@ -56,6 +56,7 @@
                {
                    Id = m.Id,
                    PalletNo = m.PalletNo,
                    Standard = m.Standard,
                    Type = m.Type == "0" ? "托盘" : m.Type == "1" ? "中转箱" : "",
                    Status = m.Status,
                    LastUse = m.LastUse,