From b2d25faa69ee7e9f24b6ac98d3b4dcbddada70bc Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 14 三月 2024 13:37:15 +0800
Subject: [PATCH] 修改pda托盘绑定同一物料多批次 无法具体选中批次问题。
---
Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
index f42d73f..e839ce4 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
@@ -47,6 +47,20 @@
public string OwnerName { get; set; }
/// <summary>
+ /// Desc:渚涘簲鍟嗙紪鍙�
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string SupplierNo { get; set; }
+
+ /// <summary>
+ /// Desc:渚涘簲鍟嗗悕绉�
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string SupplierName { get; set; }
+
+ /// <summary>
/// Desc:鐗╂枡缂栫爜
/// Default:
/// Nullable:True
@@ -86,7 +100,7 @@
/// Default:
/// Nullable:True
/// </summary>
- public int? FrozenQty {get;set;}
+ public decimal? FrozenQty {get;set;}
/// <summary>
/// Desc:鍙娊妫�鏁伴噺
@@ -235,7 +249,12 @@
/// </summary>
public string IsBelt {get;set;}
-
+ /// <summary>
+ /// Desc:澶囨敞
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string Demo { get; set; }
}
}
--
Gitblit v1.8.0