From dab0a583302f306d8c0ec37fbae37c9b4e37e473 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 29 十二月 2025 18:46:15 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs |   12 ++++++++----
 1 files changed, 8 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..d661863 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,16 @@
         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; }
+        
     }
 }

--
Gitblit v1.9.3