From ababb6ad4189ec943009c0245db6f43396bb36ab Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 12 三月 2026 14:15:06 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
index 780441c..222ef1f 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -25,6 +25,9 @@
[SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "鐗╂枡鍚嶇О")]
public string MaterielName { get; set; }
+ [SugarColumn(IsNullable = false, ColumnDescription = "璁㈠崟鏄庣粏绫诲瀷", DefaultValue = "0")]
+ public int MaterielType { get; set; }
+
[SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鎵规鍙�")]
public string BatchNo { get; set; }
@@ -54,5 +57,13 @@
[SugarColumn(IsNullable = true, ColumnDescription = "渚涘簲鍟嗘壒娆�")]
public string SupplierBatch { get; set; }
+
+ [SugarColumn(IsNullable = true, ColumnDescription = "WMS鍘熷搴撲綅")]
+ public string OrinalLocation { get; set; }
+
+ [ImporterHeader(IsIgnore = true)]
+ [ExporterHeader(IsIgnore = true)]
+ [Navigate(NavigateType.OneToMany, nameof(Dt_CPInboundOrderDetail.OrderDetailId), nameof(Id))]
+ public List<Dt_CPInboundOrderDetail> CPDetails { get; set; }
}
}
--
Gitblit v1.9.3