From 3dbb348682f4b7e114d41c22f40e0c0e2bc177b2 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 26 十一月 2025 16:44:51 +0800
Subject: [PATCH] 物料信息

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

diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs
index 3e6b9d0..5cedba3 100644
--- a/MES.Service/Dto/webApi/ErpItems.cs
+++ b/MES.Service/Dto/webApi/ErpItems.cs
@@ -2,7 +2,7 @@
 
 public class ErpItems
 {
-    public string Id { get; set; }
+    public string? Id { get; set; }
     public string? FNumber { get; set; }
     public string? FName { get; set; }
     public string? FSpecification { get; set; }

--
Gitblit v1.9.3