From 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 16:53:29 +0800
Subject: [PATCH] 物料信息:添加物料分类编号

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

diff --git a/MES.Service/Dto/webApi/ErpDepots.cs b/MES.Service/Dto/webApi/ErpDepots.cs
index 8b978a6..a28aba5 100644
--- a/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/MES.Service/Dto/webApi/ErpDepots.cs
@@ -2,9 +2,9 @@
 
 public class ErpDepots
 {
-    public string? FNumber { get; set; }
+    public string FNumber { get; set; }//蹇呭~
     public string? FName { get; set; }
-    public string Id { get; set; }
+    public string? Id { get; set; }
     public string? FAllowMinusQty { get; set; }
     public string? FPrincipal { get; set; }
     public string? FStockProperty { get; set; }
@@ -17,4 +17,9 @@
     public string? ClientId { get; set; }
     public string? Fdeptid { get; set; }
     public string? Phone { get; set; }
+
+    public string? Factory { get; set; }
+    public string? factory_name { get; set; }
+    public string? remark4 { get; set; }
+    public string? remark5 { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3