From 6f7f2e11e9feea6a0b998c31feabf170fb135205 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 11 三月 2026 13:53:59 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
index 5f14aad..3a09602 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
@@ -18,7 +18,7 @@
         public int StockDetailId { get; set; }
 
         [SugarColumn(IsNullable = false, ColumnDescription = "绠盜D")]
-        public int BoxId { get; set; }
+        public float BoxId { get; set; }
 
         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绠卞彿")]
         public string BoxCode { get; set; }
@@ -30,12 +30,22 @@
         public string PartNum { get; set; }
 
         [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡ID")]
-        public int JobId { get; set; }
+        public float JobId { get; set; }
 
         [SugarColumn(IsNullable = false, ColumnDescription = "PCS鏁伴噺")]
-        public int QtyOfpcs { get; set; }
+        public float QtyOfpcs { get; set; }
 
         [SugarColumn(IsNullable = false, ColumnDescription = "鍙夋澘鏁�")]
-        public int QtyOfxout { get; set; }
+        public float QtyOfxout { get; set; }
+
+        [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")]
+        public int CPStockDetailStatus { get; set; }
+
+        [SugarColumn(IsNullable = true, ColumnDescription = "LPNNO")]
+        public string LPNNO { get; set; }
+
+        [SugarColumn(IsNullable = true, ColumnDescription = "WMS婧愬簱浣�")]
+        public string OrinalLocation { get; set; }
+
     }
 }

--
Gitblit v1.9.3