From fa9f16425917cbf3ea5524120dbe004f091745e3 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期三, 23 七月 2025 08:37:07 +0800
Subject: [PATCH] 采购订单接口添加孙表,存储关于采购订单计划行的数据

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

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpItems.cs b/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
index a1a8072..df93d48 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
@@ -16,7 +16,7 @@
     public string? FStockId { get; set; }
 
     public string? FMaterialGroup { get; set; }
-    public int? FIsBatchManage { get; set; }
+    public string? FIsBatchManage { get; set; }
     public string? FPurchaseUnitId { get; set; }
     public string? FStoreUnitID { get; set; }
     public string? FSaleUnitId { get; set; }
@@ -39,4 +39,14 @@
     public string? PrivateDescSeg11 { get; set; }
     public string? PrivateDescSeg7 { get; set; }
     public string? PrivateDescSeg2 { get; set; }
+
+    /// <summary>
+    ///     閲囪喘鍛�
+    /// </summary>
+    public string? Merchandiser { get; set; }
+
+    /// <summary>
+    ///     浠撶鍛�
+    /// </summary>
+    public string? WarehouseKeeper { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3