From 80b5db679d95b5eaf0da83c1a078e7a105bf327d Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期三, 17 九月 2025 17:50:38 +0800
Subject: [PATCH] 1、条码删除增加校验

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

diff --git a/MES.Service/Dto/webApi/ErpRohIn.cs b/MES.Service/Dto/webApi/ErpRohIn.cs
index 9140ed1..8e8aafb 100644
--- a/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -17,7 +17,7 @@
     public string? FPurchaserId { get; set; }
     public string? FSettleId { get; set; }
     public string? FChargeId { get; set; }
-    public string? FProviderEMail { get; set; }
+    //public string? FProviderEMail { get; set; }
     public string? Remarks { get; set; }
     public string? FCancelStatus { get; set; }
     public string? FCancellerId { get; set; }
@@ -33,12 +33,12 @@
     public string? FReceiveOrgId { get; set; }
     public string? FProviderId { get; set; }
 
-    public string? FTContact { get; set; }
-    public string? Fmobilephone { get; set; }
+    //public string? FTContact { get; set; }
+    //public string? Fmobilephone { get; set; }
 
-    public string? FixedTelephone { get; set; }
+    //public string? FixedTelephone { get; set; }
 
-    public string? Address { get; set; }
+    //public string? Address { get; set; }
 
     public string? Acctype { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3