From c1c47f14ef55f4e403f8bf39369d840d9f8bcadc Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期四, 23 一月 2025 20:48:16 +0800
Subject: [PATCH] 更正物料和物料类型接口

---
 StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
index f92179e..25c1d6d 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -17,7 +17,9 @@
     public string? FPurchaserId { get; set; }
     public string? Acctype { get; set; }
     public string? FSettleId { get; set; }
+
     public string? FChargeId { get; set; }
+
     //public string? FProviderEMail { get; set; }
     public string? Remarks { get; set; }
     public string? FCancelStatus { get; set; }
@@ -31,6 +33,7 @@
     public string? FApproveDate { get; set; }
     public string? FChangeReason { get; set; }
     public string? Prearrivaldate { get; set; }
+
     public string? FReceiveOrgId { get; set; }
     //public string? FProviderId { get; set; }
 
@@ -40,6 +43,4 @@
     //public string? FixedTelephone { get; set; }
 
     //public string? Address { get; set; }
-
-
 }
\ No newline at end of file

--
Gitblit v1.9.3