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/ErpSupplier.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpSupplier.cs b/MES.Service/Dto/webApi/ErpSupplier.cs
index edeedbb..a8435d4 100644
--- a/MES.Service/Dto/webApi/ErpSupplier.cs
+++ b/MES.Service/Dto/webApi/ErpSupplier.cs
@@ -7,8 +7,8 @@
     public string FNumber { get; set; }
     public string? FShortName { get; set; }
     public string? FName { get; set; }
-    public string? FTContact { get; set; }
-    public string? Fmobilephone { get; set; }
+    public string? F_UNW_LXR { get; set; }
+    public string? F_UNW_LXRDH { get; set; }
     public string? FStaffId { get; set; }
     public string? FForbidStatus { get; set; }//绂佺敤鐘舵��
     public string? FUseOrgId { get; set; }

--
Gitblit v1.9.3