From 5bf10c1dafe485d506ec534f98e5220a3b83dd17 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:16:46 +0800
Subject: [PATCH] feat(WCS&WMS): 机械手扫码NG处理与线体条码读取与添加批量MES绑定解绑接口
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
index 269dbae..d1db1d4 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
@@ -93,6 +93,42 @@
public float AfterQuantity { get; set; }
/// <summary>
+ /// 鍙樺姩鍓嶅簱瀛樼姸鎬�
+ /// </summary>
+ [SugarColumn(IsNullable = false, ColumnDescription = "鍙樺姩鍓嶅簱瀛樼姸鎬�", DefaultValue = "0")]
+ public int BeforeStatus { get; set; }
+
+ /// <summary>
+ /// 鍙樺姩鍚庡簱瀛樼姸鎬�
+ /// </summary>
+ [SugarColumn(IsNullable = false, ColumnDescription = "鍙樺姩鍚庡簱瀛樼姸鎬�", DefaultValue = "0")]
+ public int AfterStatus { get; set; }
+
+ /// <summary>
+ /// 鍙樺姩鍓嶈揣浣嶄富閿�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鍙樺姩鍓嶈揣浣嶄富閿�")]
+ public int? BeforeLocationId { get; set; }
+
+ /// <summary>
+ /// 鍙樺姩鍚庤揣浣嶄富閿�
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "鍙樺姩鍚庤揣浣嶄富閿�")]
+ public int? AfterLocationId { get; set; }
+
+ /// <summary>
+ /// 鍙樺姩鍓嶈揣浣嶇紪鍙�
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍙樺姩鍓嶈揣浣嶇紪鍙�")]
+ public string BeforeLocationCode { get; set; }
+
+ /// <summary>
+ /// 鍙樺姩鍚庤揣浣嶇紪鍙�
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍙樺姩鍚庤揣浣嶇紪鍙�")]
+ public string AfterLocationCode { get; set; }
+
+ /// <summary>
/// 澶囨敞
/// </summary>
[SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
--
Gitblit v1.9.3