From 52e709fcf50517c2b953eae2be753b71df347fa5 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 十二月 2025 17:10:43 +0800
Subject: [PATCH] 供应商信息:采购员和负责人电话推送
---
MES.Service/Dto/webApi/ErpItems.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs
index 5cedba3..c7fe90d 100644
--- a/MES.Service/Dto/webApi/ErpItems.cs
+++ b/MES.Service/Dto/webApi/ErpItems.cs
@@ -3,7 +3,7 @@
public class ErpItems
{
public string? Id { get; set; }
- public string? FNumber { get; set; }
+ public string FNumber { get; set; }
public string? FName { get; set; }
public string? FSpecification { get; set; }
public string? FBaseUnitId { get; set; }
@@ -32,4 +32,10 @@
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; }
}
\ No newline at end of file
--
Gitblit v1.9.3