From fd5a43c2e677740482b8d25195120ffa75c5ac77 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 19 一月 2026 15:47:29 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
index f4d2b41..2826f35 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
@@ -13,8 +13,8 @@
[SugarTable(nameof(VV_StockInfoDet), "搴撳瓨灞曠ず淇℃伅")]
public class VV_StockInfoDet
{
- [ExporterHeader(DisplayName = "鎵樼洏缂栧彿",IsIgnore =true)]
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
+ [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = true)]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
public string PalletCode { get; set; }
[ExporterHeader(DisplayName = "绫诲瀷")]
@@ -48,7 +48,11 @@
[SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "搴忓垪鍙�")]
public string SerialNumber { get; set; }
-
+ [ExporterHeader(DisplayName = "涓婃父绯荤粺", IsIgnore = true)]
+ [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "涓婃父绯荤粺")]
+ public string System { get; set; }
+
+
[ExporterHeader(DisplayName = "搴撳瓨鏁伴噺")]
[SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "搴撳瓨鏁伴噺")]
public decimal StockQuantity { get; set; }
--
Gitblit v1.9.3