From eab13f60bbdc8ea275c6dd7b6424cdfc7769f6e1 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 27 八月 2025 16:53:15 +0800
Subject: [PATCH] 111111

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

diff --git a/MES.Service/Dto/webApi/ErpDepots.cs b/MES.Service/Dto/webApi/ErpDepots.cs
index cf81e60..3e4da2b 100644
--- a/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/MES.Service/Dto/webApi/ErpDepots.cs
@@ -2,14 +2,14 @@
 
 public class ErpDepots
 {
-    public string Id { get; set; }
+    public string? Id { get; set; }
     public string? Type { get; set; }
     public string? FNumber { get; set; }
     public string? FName { get; set; }
     public string? FAllowMinusQty { get; set; }
     public string? FPrincipal { get; set; }
     public string? FStockProperty { get; set; }
-    public string? FSUPPLIERID { get; set; }
+    public string? FSupplierId { get; set; }
     public string? FCustomerId { get; set; }
     public string? FDocumentStatus { get; set; }
     public string? FForbidStatus { get; set; }
@@ -17,7 +17,4 @@
     public string? FCreateOrgId { get; set; }
     public string? FUseOrgId { get; set; }
     public string? FStockStatusType { get; set; }
-
-    
-    
 }
\ No newline at end of file

--
Gitblit v1.9.3