From 3a3c50e8a4f1bca47daaadd03f4138a5d4a2227c Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 12 四月 2025 16:13:48 +0800
Subject: [PATCH] 更改程序
---
Wms/WMS.BLL/SysServer/PalletsServer.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.BLL/SysServer/PalletsServer.cs b/Wms/WMS.BLL/SysServer/PalletsServer.cs
index d024fa9..d43f570 100644
--- a/Wms/WMS.BLL/SysServer/PalletsServer.cs
+++ b/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,
--
Gitblit v1.8.0