From 8684d3db5566311dcf7631b5da52ca3bc2228423 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 16 十二月 2025 18:39:11 +0800
Subject: [PATCH] 采购订单、生产订单优化:优化

---
 MES.Service/Dto/webApi/ErpRohinData.cs |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 4a6d0ab..934d35d 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -2,9 +2,9 @@
 
 public class ErpRohinData
 {
-    public string id { get; set; }
-    public string Eid { get; set; }
-    public string? FBillNo { get; set; }
+    public string? id { get; set; }
+    public string? Eid { get; set; }
+    public string  FBillNo { get; set; }
     public string? FDEMANDBILLNO { get; set; }
     public string? FSEQ { get; set; }
     public string? FMaterialId { get; set; }
@@ -13,9 +13,9 @@
     public string? FStockUnitID { get; set; }
     public string? FPriceUnitId { get; set; }
     public string? FPriceUnitQty { get; set; }
-    public string? FDeliveryDate { get; set; }
-    public string? FDeliveryEarlyDate { get; set; }
-    public string? FDeliveryLastDate { get; set; }
+    public string? FDeliveryDate { get; set; }//浜よ揣鏃ユ湡
+    public string? FDeliveryEarlyDate { get; set; }//鏈�鏃╀氦璐ф棩鏈�
+    public string? FDeliveryLastDate { get; set; }//鏈�鏅氫氦璐ф棩鏈�
     public string? FRequireOrgId { get; set; }
     public string? FRequireDeptId { get; set; }
     public string? FReceiveOrgId { get; set; }
@@ -43,7 +43,7 @@
     public string? FStockInQty { get; set; } //绱鍏ュ簱鏁�
     public string? FCHECKRETQTY { get; set; } //鏀舵枡鍙��鏁�
     public string? FSTOCKRETQTY { get; set; } //搴撳瓨鍙��鏁�
-    public string? FSrcBillTypeId { get; set; }
+    public string  FBillTypeID { get; set; }//閲囪喘鍗曞埆
     public string? FSrcBillNo { get; set; }
     public string? FReqTraceNo { get; set; }
     public string? FMtoNo { get; set; }
@@ -51,5 +51,9 @@
 
     public string? FDEMANDTYPE { get; set; }
 
-    public string? FDEMANDBILLENTRYSEQ { get; set; }
+    public string  FDEMANDBILLENTRYSEQ { get; set; }// 閲囪喘璁㈠崟琛屽彿
+
+    public string? FUrgent_Material { get; set; }//鎬ユ枡
+    public string? DELIVERY_DATE { get; set; }//浜よ揣鏃ユ湡
+    public string? F_UNW_Text_xsddh { get; set; } // 閿�鍞鍗曞彿
 }
\ No newline at end of file

--
Gitblit v1.9.3