From 67d4e9ca4267049cc67cff15828080d2d5dfce0b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 16:23:01 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs
index 229e714..ff1c2ac 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs
@@ -18,7 +18,7 @@
         public int OrderDetailId { 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,21 @@
         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 CPOrderDetailStatus { 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