From d5e3339a3bf56252ca43fe5143c44b179e877630 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 28 四月 2025 17:24:34 +0800
Subject: [PATCH] SRM接口

---
 StandardInterface/MES.Service/Dto/webApi/SRM/DeliveryNoteDetail.cs |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/webApi/ErpDeliveryData.cs b/StandardInterface/MES.Service/Dto/webApi/SRM/DeliveryNoteDetail.cs
similarity index 61%
rename from StandardInterface/MES.Service/Dto/webApi/ErpDeliveryData.cs
rename to StandardInterface/MES.Service/Dto/webApi/SRM/DeliveryNoteDetail.cs
index 25e0697..9d3494b 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ErpDeliveryData.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/SRM/DeliveryNoteDetail.cs
@@ -1,20 +1,17 @@
-锘縩amespace MES.Service.Dto.webApi;
+锘縩amespace MES.Service.Dto.webApi.SRM;
 
-public class ErpDeliveryData
+public class DeliveryNoteDetail
 {
+    public string? DeliveryNo { get; set; }
     public string? LineNo { get; set; }
-    public string? FBillNo { get; set; }
     public string? ProductCode { get; set; }
-    public string? IncludeQty { get; set; }
     public string? PurchaseQty { get; set; }
     public string? DeliveryQty { get; set; }
-    public string? SalesOrderId { get; set; }
-    public string? OrderlineId { get; set; }
+    public string? IncludeQty { get; set; }
     public string? PurchaseUnit { get; set; }
     public string? InventoryUnit { get; set; }
-    public string? FXSHTH { get; set; }
     public string? Remark { get; set; }
-    public string? FMtoNo { get; set; }
-    public string? FLot { get; set; }
-    public string? F_SLTZ_SCTZDA { get; set; }
-}
\ No newline at end of file
+    public string? FBillNo { get; set; }
+    public string? OrderlineId { get; set; }
+    public string? DepotNo { get; set; }
+}

--
Gitblit v1.9.3