From 644cbe3e4eba765affa25454d69fee6286bb6094 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 13:06:35 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_ProductionOutboundOrderDetail.cs | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_ProductionOutboundOrderDetail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_ProductionOutboundOrderDetail.cs"
index 87d105b..65b0edb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_ProductionOutboundOrderDetail.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_ProductionOutboundOrderDetail.cs"
@@ -24,6 +24,12 @@
public int OrderId { get; set; }
/// <summary>
+ /// ERP鍗曟嵁鍞竴ID
+ /// </summary>
+ [SugarColumn(ColumnName = "ERPOrderId", Length = 255)]
+ public string ERPOrderId { get; set; }
+
+ /// <summary>
/// 鐗╂枡缂栫爜
/// </summary>
[SugarColumn(ColumnName = "MaterielCode", Length = 255)]
@@ -36,11 +42,16 @@
public string MaterielName { get; set; }
/// <summary>
- /// 闇�姹傚垎绫�
+ /// 瑙勬牸
/// </summary>
+ [SugarColumn(ColumnName = "Specs", Length = 255)]
+ public string Specs { get; set; }
- [SugarColumn(ColumnName = "DemandClassification", Length = 255)]
- public string DemandClassification { get; set; }
+ /// <summary>
+ /// 鍗曢噸
+ /// </summary>
+ [SugarColumn(ColumnName = "Weight")]
+ public decimal Weight { get; set; }
/// <summary>
/// 鍑哄簱鏁伴噺
@@ -61,6 +72,9 @@
[SugarColumn(ColumnName = "OverOutQuantity")]
public decimal OverOutQuantity { get; set; }
+ [SugarColumn(ColumnName = "WareHouseId")]
+ public string WareHouseId { get; set; }
+
/// <summary>
/// 鍗曟嵁鏄庣粏鐘舵��
/// </summary>
--
Gitblit v1.9.3