From 60fb2fdfaddceda64b934b2167ca255f8c3579b8 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 29 十二月 2025 09:49:34 +0800
Subject: [PATCH] 成品库入库
---
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