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/ErpUnit.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpUnit.cs b/MES.Service/Dto/webApi/ErpUnit.cs
index abb50e5..623d27a 100644
--- a/MES.Service/Dto/webApi/ErpUnit.cs
+++ b/MES.Service/Dto/webApi/ErpUnit.cs
@@ -3,8 +3,8 @@
 public class ErpUnit
 {
     public string? Type { get; set; }
-    public string Id { get; set; }
-    public string? FNumber { get; set; }
+    public string? Id { get; set; }
+    public string FNumber { get; set; }
     public string? FName { get; set; }
     public string? FUnitGroupId { get; set; }
     public string? ConvertDenominator { get; set; }

--
Gitblit v1.9.3