From bcb2bae4c85c5a7d576116ff9ae2a0c6d0011565 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 10:07:05 +0800
Subject: [PATCH] Add project documentation and architecture guide

---
 MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs b/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs
index 60c9165..59c7476 100644
--- a/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs
+++ b/MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs
@@ -3,10 +3,7 @@
 public class ErpSalesDeliveryDetailDto
 {
     public string? Type { get; set; }
-    public string? F_UNW_Text_xsddh { get; set; }  // 閿�鍞鍗曞彿
     public string? FMaterialId { get; set; }  // 鐗╂枡缂栫爜
-    //public string? FMaterialName { get; set; }  // 鐗╂枡鍚嶇О
-    //public string? FMaterialModel { get; set; }  // 瑙勬牸鍨嬪彿
     public string? FUnitID { get; set; }  // 閿�鍞崟浣�
     public string? FQty { get; set; }  // 閿�鍞暟閲�
     public string? FIsFree { get; set; }  // 鏄惁璧犲搧
@@ -14,12 +11,8 @@
     public string? FStockId { get; set; }  // 浠撳簱
     public string? FMtoNo { get; set; }  // 璁″垝璺熻釜鍙�
     public string? FLot { get; set; }  // 鎵瑰彿
-    //public string? FEntryDescription { get; set; }  // 澶囨敞
-    //public string? FRmType { get; set; }  // 閫�璐х被鍨�
-    public string? F_UNW_Base_GDY { get; set; }  // 璺熷崟鍛�
     public string? FStockUnitID { get; set; }  // 搴撳瓨鍗曚綅
     public decimal? FStockQty { get; set; }  // 搴撳瓨鏁伴噺
-   // public string? FMaterialType { get; set; }  // 鐗╂枡绫诲埆
     public string? FOwnerTypeID { get; set; }  // 璐т富绫诲瀷
     public string? FOwnerId { get; set; }  // 璐т富
     public string? FSrcType { get; set; }  // 婧愬崟绫诲瀷
@@ -43,4 +36,10 @@
     public string? ErpID { get; set; }  // ERPID
     public string? EHID { get; set; }  // ERP澶碔D
 
+    public string? FXSHTH { get; set; }  // 閿�鍞鍗曞彿
+    public string? F_ZJXF_TEXT_QTR_LEE { get; set; }  // 瀹㈡埛璁㈠崟鍙�
+    public string? FXSHTBH { get; set; }  // 閿�鍞悎鍚岀紪鍙�
+    public string? F_KHWLMC { get; set; }  // 瀹㈡埛鐗╂枡鍚嶇О
+    public string? F_KHWLBM { get; set; }  // 瀹㈡埛鐗╂枡缂栫爜
+
 }
\ No newline at end of file

--
Gitblit v1.9.3