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/ErpDepots.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpDepots.cs b/MES.Service/Dto/webApi/ErpDepots.cs
index a052550..a28aba5 100644
--- a/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/MES.Service/Dto/webApi/ErpDepots.cs
@@ -19,7 +19,7 @@
public string? Phone { get; set; }
public string? Factory { get; set; }
- public string? remark3 { 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