From b884e533c4d906d3e004ea51750591f04863f881 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 22 八月 2025 19:37:06 +0800
Subject: [PATCH] 基础资料的更新
---
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