From b044183d3f3eae7150371318a017160fcd67c715 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 08 四月 2026 18:09:28 +0800
Subject: [PATCH] Merge branch 'dev' to sync branches
---
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