From 660ee1b662d0170c4bf256419178f41ad0df1987 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 02 十二月 2025 17:28:37 +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