From 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 16:53:29 +0800
Subject: [PATCH] 物料信息:添加物料分类编号

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

diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs
index 2d297ac..d26ba6d 100644
--- a/MES.Service/Dto/webApi/ErpItems.cs
+++ b/MES.Service/Dto/webApi/ErpItems.cs
@@ -32,4 +32,11 @@
     public string? FUseOrgId { get; set; }
 
     public string? FMnemonicCode { get; set; }
+
+    public string? Inspectionmethod { get; set; }
+    public string? Expirationdate { get; set; }
+    public string? Reviewperiod { get; set; }
+    public string? FLeadDays { get; set; }
+    public string? FRemark5 { get; set; }
+    public string? PPBOM00019124 { get; set; }//鐗╂枡鍒嗙被缂栧彿
 }
\ No newline at end of file

--
Gitblit v1.9.3