From f7ad3416dfc1558be842f3190688adc9a5a8933d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期日, 18 一月 2026 14:51:23 +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