From e34de7077207de08b7593a59e79de43491e7f822 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 21 一月 2025 16:20:50 +0800
Subject: [PATCH] 删除冗余的文件

---
 StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs b/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs
index 11d0454..e0f3248 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs
@@ -23,8 +23,11 @@
     /// </remarks>
     public string? FDocumentStatus { get; set; }
     public string? FForbidStatus { get; set; }
-    public string? FCreateOrgId { get; set; }
-    public string? FUseOrgId { get; set; }
+    // public string? FCreateOrgId { get; set; }
+    
+    //鐢ㄥ弸鐗规畩鐐�
+    public string[]? FUseOrgId { get; set; }
     //public string? FDescription { get; set; }
-    public string? fremarks { get; set; }
+    // public string? fremarks { get; set; }
+    public string? PrivateDescSeg { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3