From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs"
index 2211d22..8fca9ea 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Dt_pallet.cs"
@@ -26,7 +26,8 @@
[SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "鍚嶇О")]
public string palletname { get; set; }
-
+ [SugarColumn(IsNullable = true, ColumnDescription = "妤煎眰")]
+ public int pallLayer { get; set; } = 3;
}
}
--
Gitblit v1.9.3