From 7195016afc472307e4db0b415e45c9d4275bdb02 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 17:27:32 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_AllocateOutboundOrderDetail.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_AllocateOutboundOrderDetail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_AllocateOutboundOrderDetail.cs"
index 95580fc..70849bf 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_AllocateOutboundOrderDetail.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_AllocateOutboundOrderDetail.cs"
@@ -24,6 +24,12 @@
public int OrderId { get; set; }
/// <summary>
+ /// ERP鍗曟嵁鍞竴閿�
+ /// </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