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

diff --git a/MES.Service/Dto/webApi/ErpPosition.cs b/MES.Service/Dto/webApi/ErpPosition.cs
index 103b416..1d5f590 100644
--- a/MES.Service/Dto/webApi/ErpPosition.cs
+++ b/MES.Service/Dto/webApi/ErpPosition.cs
@@ -7,9 +7,9 @@
     /// </summary>
     public string? Type { get; set; }
 
-    public string Id { get; set; }
+    public string? Id { get; set; }
 
-    public string? FNumber { get; set; }
+    public string  FNumber { get; set; }//缂栫爜
 
     public string? FName { get; set; }
 

--
Gitblit v1.9.3